Exports the application artifacts from the Oracle Visual Build Cloud Service instance and stores it in the artifacts repository as a zip file. The exported zip file name will be in ApplicationId-ApplicationVersion.zip format and includes all the application resources in an organized directory structure containing the source code, service endpoint configurations, deployment profiles etc.
This operation exports a specific application version from the cloud instance. The application version to be exported will be either the plugin input ( when provided ) or the latest version from the cloud instance. When trying to export an application that does not exist or does not have a valid version in cloud instance will result in failure.
Info |
---|
Either |
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Visual Builder Account | FDOVB_CLOUD_ACCOUNT_CODE | No | The OVB account with all the required properties like Base URI, Username and Password for running OVB Instance. |
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Visual Builder Application Id | FDOVB_APPLICATION_ID | Yes | This ID defines the context path (browser's URI) used for the application. |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Oracle Visual Builder Account | FDOVB_INP_CLOUD_ACCOUNT_CODE | No | The OVB account with all the required properties like Base URI, Username and Password for running OVB Instance. |
Oracle Visual Builder Application Version | FDOVB_INP_APPLICATION_VERSION | No | Application version in Oracle Visual Builder cloud instance. |
Outputs
Output Name | Description |
---|---|
| The version number of the exported application |
...
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
This operation does not support basic auth. This is restricted by Oracle.