Class DeploymentInProgressImpl.Builder
java.lang.Object
com.atlassian.bamboo.deployments.runtime.DeploymentInProgressImpl.Builder
- Enclosing class:
- DeploymentInProgressImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
fromDeploymentInProgress
(@NotNull DeploymentInProgress deploymentInProgress) withAgentId
(Long agentId) withDeploymentProject
(@NotNull DeploymentProject deploymentProject) withDeploymentResult
(@NotNull DeploymentResult deploymentResult) withDeploymentVersion
(@NotNull DeploymentVersion deploymentVersion) withEnvironment
(@NotNull Environment environment) withExecutedDate
(@NotNull Date executedDate) withIsBeingStopped
(boolean isBeingStopped)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fromDeploymentInProgress
public DeploymentInProgressImpl.Builder fromDeploymentInProgress(@NotNull @NotNull DeploymentInProgress deploymentInProgress) -
withDeploymentResult
public DeploymentInProgressImpl.Builder withDeploymentResult(@NotNull @NotNull DeploymentResult deploymentResult) -
withDeploymentVersion
public DeploymentInProgressImpl.Builder withDeploymentVersion(@NotNull @NotNull DeploymentVersion deploymentVersion) -
withEnvironment
-
withDeploymentProject
public DeploymentInProgressImpl.Builder withDeploymentProject(@NotNull @NotNull DeploymentProject deploymentProject) -
withAgentId
-
withExecutedDate
-
withIsBeingStopped
-
build
-