Builds a deployment object that contains any combination of Forms, Menus, Libraries, Reports, and Other Files.
The buildForms operation supports both regular (full) and partial deployment.
For information about partial deployment, see .
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
The following properties are SOURCE properties. They are used to define a subfolder in which to look for objects of the indicated source. For instance, if your SCM project keeps forms in the folder "forms", the SOURCE for forms is "forms" The value is removed from the beginning of the path when deploying. | |||
Oracle Forms Root Source Directory | FDOFR_FORMS_ROOT_SOURCE_DIR | No | Source folder for Form files (fmb, fmx) |
Oracle Forms Root Source Directory | FDOFR_LIBRARY_ROOT_SOURCE_DIR | No | Source folder for Library files (pll, pld, plx) |
Oracle Menus Root Source Directory | FDOFR_MENUS_ROOT_SOURCE_DIR | No | Source folder for menu files (mmb, mmx) |
Oracle Reports Root Source Directory | FDOFR_REPORTS_ROOT_SOURCE_DIR | No | Sourcedirectory for report files (rep, rdf, jsp, rex). |
Oracle Forms Other Files Source Directory | FDOFR_OTHER_FILES_ROOT_SOURCE_DIR | No | Source folder for other files (not handled by any other _SOURCE_DIR property) |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation delegates the consumes/produces artifacts decisions to the workflow developer. Check Consumes Artifacts
on the workflow step editor if this operation requires artifacts to be delivered prior to execution of the script. Check Produces Artifacts
on the workflow step editor if this operation creates artifacts. The artifacts folder is available via the FD_ARTIFACTS_DIR
variableproduces 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 instance. Selecting a specific resource will result in selection of endpoints associated to the environment instance which have that resource defined.
...