public static class TestDeploymentProjectDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TestDeploymentProjectDetails.Builder |
addEnvironment(Consumer<TestEnvironmentDetails.Builder> builderConsumer) |
TestDeploymentProjectDetails.Builder |
branch(PlanKey branchKey) |
TestDeploymentProjectDetails |
build() |
TestDeploymentProjectDetails.Builder |
withDescription(String description) |
TestDeploymentProjectDetails.Builder |
withName(String name) |
TestDeploymentProjectDetails.Builder |
withNamingDetails(Consumer<TestDeploymentProjectVersionNamingDetails.Builder> builderConsumer) |
TestDeploymentProjectDetails.Builder |
withPlan(PlanKey planKey) |
TestDeploymentProjectDetails.Builder |
withPlan(TestBuildDetails planDetails) |
TestDeploymentProjectDetails.Builder |
withUniqueName() |
public TestDeploymentProjectDetails.Builder withName(String name)
public TestDeploymentProjectDetails.Builder withUniqueName()
public TestDeploymentProjectDetails.Builder withDescription(String description)
public TestDeploymentProjectDetails.Builder withPlan(PlanKey planKey)
public TestDeploymentProjectDetails.Builder withPlan(TestBuildDetails planDetails)
public TestDeploymentProjectDetails.Builder branch(PlanKey branchKey)
public TestDeploymentProjectDetails.Builder withNamingDetails(Consumer<TestDeploymentProjectVersionNamingDetails.Builder> builderConsumer)
public TestDeploymentProjectDetails.Builder addEnvironment(Consumer<TestEnvironmentDetails.Builder> builderConsumer)
public TestDeploymentProjectDetails build()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.