Methods for version import

You must use specific methods and parameters in the commonIntegrator interface to control the behavior of a custom source configuration type (SCT).

The methods that define how the custom SCT 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, accurately implement the behavior using:

@VersionParams

To define validation of component settings and show corresponding and locale-dependent messages in the user interface, use:

getAlerts()

For details about these methods, see the following topics:

Back to top