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