| 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 |
DeploymentGroupTasks.getDeploymentGroup() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupTasks.Builder |
DeploymentGroupTasks.Builder.setDeploymentGroup(DeploymentGroup deploymentGroup) |
| 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 © 2019. All rights reserved.