| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroup.RollingUpdateReason |
DeploymentGroup.getRollingUpdateReason() |
DeploymentGroup.RollingUpdateReason |
DeploymentGroup.Builder.getRollingUpdateReason() |
static DeploymentGroup.RollingUpdateReason |
DeploymentGroup.RollingUpdateReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentGroup.RollingUpdateReason[] |
DeploymentGroup.RollingUpdateReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroup.Builder |
DeploymentGroup.Builder.setRollingUpdateReason(DeploymentGroup.RollingUpdateReason reason) |
| Constructor and Description |
|---|
DeploymentGroup(String name,
List<HostSelector> hostSelectors,
JobId jobId,
RolloutOptions rolloutOptions,
DeploymentGroup.RollingUpdateReason reason)
Create a Job.
|
Copyright © 2016. All rights reserved.