Class CreateEnvironment

    • Constructor Detail

      • CreateEnvironment

        public CreateEnvironment()
    • Method Detail

      • prepare

        public void prepare()
        Specified by:
        prepare in interface com.opensymphony.xwork2.Preparable
      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • getIsolationType

        public String getIsolationType()
      • setIsolationType

        public void setIsolationType​(String deploymentEnvironmentIsolation)
      • validate

        public void validate()
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • hasDeploymentProjectPlanMultipleBranches

        public boolean hasDeploymentProjectPlanMultipleBranches()
      • getBranchName

        public String getBranchName​(String planKeyString)
        This method provides initial data for branch picker control
        Parameters:
        planKeyString - identifies plan
        Returns:
        displayable branch name of a plan
      • getDeploymentProjectId

        public long getDeploymentProjectId()
      • setDeploymentProjectId

        public void setDeploymentProjectId​(long deploymentProjectId)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getId

        public long getId()
      • setUiConfigBean

        public void setUiConfigBean​(UIConfigSupport uiConfigBean)
      • setEnvironmentTriggerService

        public void setEnvironmentTriggerService​(EnvironmentTriggerService environmentTriggerService)
      • setCustomVariableContext

        public void setCustomVariableContext​(CustomVariableContext customVariableContext)
      • setReleaseApprovalPrerequisite

        public void setReleaseApprovalPrerequisite​(ReleaseApprovalPrerequisite releaseApprovalPrerequisite)
      • getEnvironmentIsolationOptions

        public Map<String,​String> getEnvironmentIsolationOptions()