Class Version

    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        By convention, the version of a Version is the last part of the id (which is in effect the same as the getName() returns.
        Returns:
        The last part of the id
        See Also:
        BaseConfigurationItem.getName()
      • setApplication

        public void setApplication​(Application application)
        Parameters:
        application - The Application this package belongs to.
      • getOrchestrator

        public java.util.List<java.lang.String> getOrchestrator()
        Returns:
        The list of orchestrator names that are used to deploy the application. Orchestrators will be executed in order.
      • setOrchestrator

        public void setOrchestrator​(java.util.List<java.lang.String> orchestrator)
        Parameters:
        orchestrator - The list of orchestrator names that are used to deploy the application.
      • getDeployables

        public abstract java.util.Set<Deployable> getDeployables()
        Returns:
        The collection of artifacts and resource specifications (a set of Deployables).