public static class DeploymentInProgressImpl.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeploymentInProgressImpl |
build() |
DeploymentInProgressImpl.Builder |
fromDeploymentInProgress(DeploymentInProgress deploymentInProgress) |
DeploymentInProgressImpl.Builder |
withAgentId(long agentId) |
DeploymentInProgressImpl.Builder |
withDeploymentProject(DeploymentProject deploymentProject) |
DeploymentInProgressImpl.Builder |
withDeploymentResult(DeploymentResult deploymentResult) |
DeploymentInProgressImpl.Builder |
withDeploymentVersion(DeploymentVersion deploymentVersion) |
DeploymentInProgressImpl.Builder |
withEnvironment(Environment environment) |
DeploymentInProgressImpl.Builder |
withExecutedDate(Date executedDate) |
DeploymentInProgressImpl.Builder |
withIsBeingStopped(boolean isBeingStopped) |
public DeploymentInProgressImpl.Builder fromDeploymentInProgress(@NotNull DeploymentInProgress deploymentInProgress)
public DeploymentInProgressImpl.Builder withDeploymentResult(@NotNull DeploymentResult deploymentResult)
public DeploymentInProgressImpl.Builder withDeploymentVersion(@NotNull DeploymentVersion deploymentVersion)
public DeploymentInProgressImpl.Builder withEnvironment(@NotNull Environment environment)
public DeploymentInProgressImpl.Builder withDeploymentProject(@NotNull DeploymentProject deploymentProject)
public DeploymentInProgressImpl.Builder withAgentId(long agentId)
public DeploymentInProgressImpl.Builder withExecutedDate(@NotNull Date executedDate)
public DeploymentInProgressImpl.Builder withIsBeingStopped(boolean isBeingStopped)
public DeploymentInProgressImpl build()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.