| Package | Description |
|---|---|
| com.spotify.helios.client | |
| com.spotify.helios.common.descriptors |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Deployment> |
HeliosClient.deployment(String host,
JobId job) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<JobDeployResponse> |
HeliosClient.deploy(Deployment job,
String host) |
com.google.common.util.concurrent.ListenableFuture<JobDeployResponse> |
HeliosClient.deploy(Deployment job,
String host,
String token) |
com.google.common.util.concurrent.ListenableFuture<SetGoalResponse> |
HeliosClient.setGoal(Deployment job,
String host) |
com.google.common.util.concurrent.ListenableFuture<SetGoalResponse> |
HeliosClient.setGoal(Deployment job,
String host,
String token) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Deployment> |
JobStatus.Builder.deployments |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.Builder.build() |
static Deployment |
Deployment.of(JobId jobId,
Goal goal) |
static Deployment |
Deployment.of(JobId jobId,
Goal goal,
String deployerUser) |
static Deployment |
Deployment.of(JobId jobId,
Goal goal,
String deployerUser,
String deployerMaster,
String deploymentGroupName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Deployment> |
JobStatus.getDeployments() |
Map<JobId,Deployment> |
HostStatus.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
JobStatus.Builder |
JobStatus.Builder.setDeployments(Map<String,Deployment> deployments) |
HostStatus.Builder |
HostStatus.Builder.setJobs(Map<JobId,Deployment> jobs) |
| Constructor and Description |
|---|
HostStatus(Map<JobId,Deployment> jobs,
Map<JobId,TaskStatus> statuses,
HostStatus.Status status,
HostInfo hostInfo,
AgentInfo agentInfo,
Map<String,String> environment,
Map<String,String> labels)
Constructor.
|
JobStatus(Job job,
Map<String,TaskStatus> taskStatuses,
Map<String,Deployment> deployments) |
Copyright © 2016. All rights reserved.