Class DeploymentInProgressImpl.Builder
- java.lang.Object
-
- com.atlassian.bamboo.deployments.runtime.DeploymentInProgressImpl.Builder
-
- Enclosing class:
- DeploymentInProgressImpl
public static class DeploymentInProgressImpl.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentInProgressImpl
build()
DeploymentInProgressImpl.Builder
fromDeploymentInProgress(@NotNull DeploymentInProgress deploymentInProgress)
DeploymentInProgressImpl.Builder
withAgentId(Long agentId)
DeploymentInProgressImpl.Builder
withDeploymentProject(@NotNull DeploymentProject deploymentProject)
DeploymentInProgressImpl.Builder
withDeploymentResult(@NotNull DeploymentResult deploymentResult)
DeploymentInProgressImpl.Builder
withDeploymentVersion(@NotNull DeploymentVersion deploymentVersion)
DeploymentInProgressImpl.Builder
withEnvironment(@NotNull Environment environment)
DeploymentInProgressImpl.Builder
withExecutedDate(@NotNull Date executedDate)
DeploymentInProgressImpl.Builder
withIsBeingStopped(boolean isBeingStopped)
-
-
-
Method Detail
-
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
public DeploymentInProgressImpl.Builder withEnvironment(@NotNull @NotNull Environment environment)
-
withDeploymentProject
public DeploymentInProgressImpl.Builder withDeploymentProject(@NotNull @NotNull DeploymentProject deploymentProject)
-
withAgentId
public DeploymentInProgressImpl.Builder withAgentId(Long agentId)
-
withExecutedDate
public DeploymentInProgressImpl.Builder withExecutedDate(@NotNull @NotNull Date executedDate)
-
withIsBeingStopped
public DeploymentInProgressImpl.Builder withIsBeingStopped(boolean isBeingStopped)
-
build
public DeploymentInProgressImpl build()
-
-