Class RestDeploymentProject
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.model.deployment.RestDeploymentProject
-
public class RestDeploymentProject extends Object
-
-
Constructor Summary
Constructors Constructor Description RestDeploymentProject()
RestDeploymentProject(TestDeploymentProjectDetails deploymentProject, Function<TestEnvironmentDetails,RestEnvironment> toRestEnvironments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBranchKey()
String
getDescription()
List<RestEnvironment>
getEnvironments()
Long
getId()
String
getMasterPlanKey()
String
getName()
RestVersionNamingDetails
getNamingDetails()
String
getPlanKey()
boolean
isUsingDefaultBranch()
void
setId(long id)
-
-
-
Constructor Detail
-
RestDeploymentProject
public RestDeploymentProject()
-
RestDeploymentProject
public RestDeploymentProject(TestDeploymentProjectDetails deploymentProject, Function<TestEnvironmentDetails,RestEnvironment> toRestEnvironments)
-
-
Method Detail
-
getId
public Long getId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getPlanKey
public String getPlanKey()
-
getBranchKey
public String getBranchKey()
-
isUsingDefaultBranch
public boolean isUsingDefaultBranch()
-
getMasterPlanKey
public String getMasterPlanKey()
-
setId
public void setId(long id)
-
getNamingDetails
public RestVersionNamingDetails getNamingDetails()
-
getEnvironments
public List<RestEnvironment> getEnvironments()
-
-