Class AbstractDeploymentProjectDetailsAction.PlanOrBranchKeySelectorModel
- java.lang.Object
-
- com.atlassian.bamboo.deployments.projects.actions.AbstractDeploymentProjectDetailsAction.PlanOrBranchKeySelectorModel
-
- Enclosing class:
- AbstractDeploymentProjectDetailsAction
protected class AbstractDeploymentProjectDetailsAction.PlanOrBranchKeySelectorModel extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PlanOrBranchKeySelectorModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBranchKey()
String
getMasterPlanKey()
String
getPlanKey()
void
setBranchKey(String branchKey)
void
setMasterPlanKey(String planKey)
void
setPlanKey(String planKeyString)
-
-
-
Method Detail
-
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)
-
-