exportApplication
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.Â
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Visual Builder Account |
| No | The OVB account with all the required properties like Base URI, Username and Password for running OVB Instance. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Visual Builder Application Id |
| Yes | This ID defines the context path (browser's URI) used for the application. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Oracle Visual Builder Account |
| No | The OVB account with all the required properties like Base URI, Username and Password for running OVB Instance. |
Oracle Visual Builder Application Version |
| No | Application version in Oracle Visual Builder cloud instance. |
Export Directory |
| No | What directory to export in. If left blank, it will use the artifacts directory. If relative directory is given directory inside of artifacts directory will be used. |
Export Team |
| No | Export team members. Purpose of this is to preserve team members, if the instance is deleted before deploying. team.json file will be placed in the same directory as the exported application. |
Export Data |
| No | Export existing data in application. |
Outputs
Output Name | Description |
---|---|
| The version number of the exported application |
Artifacts
This operation produces artifacts that will be stored in the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the Target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
Oracle VB REST API invoked by this plugin requires use of OAuth.
- style