| Package | Description |
|---|---|
| com.spotify.helios.client | |
| com.spotify.helios.common.descriptors | |
| com.spotify.helios.common.protocol |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<RollingUpdateResponse> |
HeliosClient.rollingUpdate(String deploymentGroupName,
JobId job,
RolloutOptions options) |
| Modifier and Type | Method and Description |
|---|---|
RolloutOptions |
RolloutOptions.Builder.build() |
RolloutOptions |
DeploymentGroup.getRolloutOptions() |
RolloutOptions |
DeploymentGroup.Builder.getRolloutOptions() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroup.Builder |
DeploymentGroup.Builder.setRolloutOptions(RolloutOptions rolloutOptions) |
| Constructor and Description |
|---|
DeploymentGroup(String name,
List<HostSelector> hostSelectors,
JobId jobId,
RolloutOptions rolloutOptions,
DeploymentGroup.RollingUpdateReason reason)
Create a Job.
|
| Modifier and Type | Method and Description |
|---|---|
RolloutOptions |
RollingUpdateRequest.getRolloutOptions() |
| Constructor and Description |
|---|
RollingUpdateRequest(JobId job,
RolloutOptions rolloutOptions) |
Copyright © 2017. All rights reserved.