Builds a deployment object Builds a deployment artifact that contains any combination of Forms, Menus, Libraries, Reports, and Other Files.
Environment/Instance Properties
. In case of Full Deployment project, all files from SCM folder are used to create artifact.
The buildForms operation supports both regular (full) and partial deployment and it does not perform any compilation or validation; it simply creates artifact zip file.
Project Properties
Info |
---|
The following properties are The value is removed from the beginning of the path when deploying. SOURCE_DIR properties are only used for Full Deployment projects. |
Outputs
Output Name
Required
Property Name | Property Code | Required | Description |
---|
Project Properties
...
Property Name
...
Required
...
Description
Inputs
...
Input Name
...
Required
...
Description
Oracle Forms Source Directory |
| No | Source folder for Form files (fmb, fmx). Not used for Partial Deploy projects. (e.g. forms) |
Oracle Libraries Source Directory |
| No | Source folder for Library files (pll, pld, plx). Not used for Partial Deploy projects. (e.g. libraries) |
Oracle Menus Source Directory |
| No | Source folder for menu files (mmb, mmx). Not used for Partial Deploy projects. (e.g. menus) |
Oracle Reports Source Directory |
| No | Source folder for Report files (rep, rdf, jsp, rex). Not used for Partial Deploy projects. (e.g. reports) |
Other Files Source Directory |
| No | Source folder for other files (unknown files). Not used for Partial Deploy projects. |
Artifacts
This operation produces a zip file artifact that contains the items to be deployed and a manifest file describing them. The zip file is suitable for the deploy operation.
Endpoint Selection
This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the environment instanceTarget. Selecting a specific resource will result in selection of endpoints associated to the environment instance Target which have that resource defined.
...