| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Method and Description |
|---|---|
Goal |
Task.getGoal() |
Goal |
Deployment.getGoal() |
Goal |
TaskStatus.getGoal() |
static Goal |
Goal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Goal[] |
Goal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Deployment.Builder |
Deployment.Builder.setGoal(Goal goal) |
TaskStatus.Builder |
TaskStatus.Builder.setGoal(Goal goal) |
| Constructor and Description |
|---|
Deployment(JobId jobId,
Goal goal,
String deployerUser,
String deployerMaster,
String deploymentGroupName)
Constructor
|
Task(Job job,
Goal goal,
String deployerUser,
String deployerMaster,
String deploymentGroupName) |
TaskStatus(Job job,
Goal goal,
TaskStatus.State state,
String containerId,
ThrottleState throttled,
Map<String,PortMapping> ports,
Map<String,String> env,
String containerError) |
Copyright © 2017. All rights reserved.