| 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<DeploymentGroup> |
HeliosClient.deploymentGroup(String name) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<CreateDeploymentGroupResponse> |
HeliosClient.createDeploymentGroup(DeploymentGroup descriptor) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroup |
DeploymentGroup.Builder.build() |
DeploymentGroup |
DeploymentGroupEvent.getDeploymentGroup() |
DeploymentGroup |
DeploymentGroupStatus.getDeploymentGroup() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupEvent.Builder |
DeploymentGroupEvent.Builder.setDeploymentGroup(DeploymentGroup deploymentGroup) |
DeploymentGroupStatus.Builder |
DeploymentGroupStatus.Builder.setDeploymentGroup(DeploymentGroup deploymentGroup) |
| Constructor and Description |
|---|
DeploymentGroupEvent(RolloutTask.Action action,
String target,
RolloutTask.Status rolloutTaskStatus,
DeploymentGroup deploymentGroup,
DeploymentGroupStatus.State deploymentGroupState,
long timestamp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroup |
DeploymentGroupStatusResponse.getDeploymentGroup() |
| Constructor and Description |
|---|
DeploymentGroupStatusResponse(DeploymentGroup deploymentGroup,
DeploymentGroupStatusResponse.Status status,
String error,
List<DeploymentGroupStatusResponse.HostStatus> hostStatuses,
DeploymentGroupStatus dgs) |
Copyright © 2015. All rights reserved.