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.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
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 Id |
| No | This ID defines the context path (browser's URI) used for the application. Either |
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. |
Export User Roles |
| No | Default true. Export user roles and assigned groups and users to the roles. These role mappings are automatically propagated to the target instance during deployment. @Since 8.0.0.6 |
Outputs
Output Name | Description |
---|---|
| The version number of the exported application |
...