Class TestDeploymentProjectDetails
java.lang.Object
com.atlassian.bamboo.testutils.model.deployments.projects.TestDeploymentProjectDetails
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
com.google.common.collect.ImmutableList<TestEnvironmentDetails>
getId()
getName()
void
setBranchKey
(Optional<PlanKey> branchKey) void
setBranchName
(String branchName) void
setDescription
(String description) void
setEnvironments
(Collection<TestEnvironmentDetails> environments) void
void
void
setNamingDetails
(Optional<TestDeploymentProjectVersionNamingDetails> namingDetails) void
setPlanKey
(PlanKey planKey) void
setPlanName
(String planName)
-
Constructor Details
-
TestDeploymentProjectDetails
public TestDeploymentProjectDetails()
-
-
Method Details
-
getId
-
setId
-
getNamingDetails
-
setNamingDetails
-
getEnvironments
-
setEnvironments
-
getName
-
getDescription
-
getPlanKey
-
getPlanName
-
getBranchName
-
getBranchKey
-
setName
-
setDescription
-
setPlanKey
-
setPlanName
-
setBranchName
-
setBranchKey
-
builder
-