Class AbstractDeploymentProjectDetailsAction.PlanOrBranchKeySelectorModel

java.lang.Object
com.atlassian.bamboo.deployments.projects.actions.AbstractDeploymentProjectDetailsAction.PlanOrBranchKeySelectorModel
Enclosing class:
AbstractDeploymentProjectDetailsAction

protected class AbstractDeploymentProjectDetailsAction.PlanOrBranchKeySelectorModel extends Object
  • Constructor Details

    • PlanOrBranchKeySelectorModel

      protected PlanOrBranchKeySelectorModel()
  • Method Details

    • getMasterPlanKey

      public String getMasterPlanKey()
    • getBranchKey

      public String getBranchKey()
    • setBranchKey

      public void setBranchKey(String branchKey)
    • setMasterPlanKey

      public void setMasterPlanKey(String planKey)
    • getPlanKey

      public String getPlanKey()
    • setPlanKey

      public void setPlanKey(String planKeyString)