public static class DeploymentGroupEvent.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupEvent |
build() |
DeploymentGroupEvent.Builder |
setAction(RolloutTask.Action action) |
DeploymentGroupEvent.Builder |
setDeploymentGroup(DeploymentGroup deploymentGroup) |
DeploymentGroupEvent.Builder |
setDeploymentGroupState(DeploymentGroupStatus.State deploymentGroupState) |
DeploymentGroupEvent.Builder |
setRolloutTaskStatus(RolloutTask.Status rolloutTaskStatus) |
DeploymentGroupEvent.Builder |
setTarget(String target) |
DeploymentGroupEvent.Builder |
setTimestamp(long timestamp) |
public DeploymentGroupEvent.Builder setAction(RolloutTask.Action action)
public DeploymentGroupEvent.Builder setTarget(String target)
public DeploymentGroupEvent.Builder setRolloutTaskStatus(RolloutTask.Status rolloutTaskStatus)
public DeploymentGroupEvent.Builder setDeploymentGroup(DeploymentGroup deploymentGroup)
public DeploymentGroupEvent.Builder setDeploymentGroupState(DeploymentGroupStatus.State deploymentGroupState)
public DeploymentGroupEvent.Builder setTimestamp(long timestamp)
public DeploymentGroupEvent build()
Copyright © 2015. All rights reserved.