Methods to Use During Version Import
You must use specific methods and parameters in the
commonIntegrator
interface to control the behavior of a
custom source configuration type.
The methods that define how the custom source configuration type behaves when manual or automatic import of a Deployment Automation component is triggered are as follows:
getNextVersionInfo()
downloadVersionContent()
To create component versions in Deployment Automation, you must implement the behavior accurately using:
@VersionParams
To define validation of component settings and show corresponding and locale-dependent messages in the UI, use:
getAlerts()
See the Javadoc and the example for more details.
For more information on these methods, see the following topics.