public class Deployment extends Descriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
Deployment.Builder |
| Constructor and Description |
|---|
Deployment(JobId jobId,
Goal goal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Goal |
getGoal() |
JobId |
getJobId() |
int |
hashCode() |
static Deployment.Builder |
newBuilder() |
static Deployment |
of(JobId jobId,
Goal goal) |
String |
toString() |
parse, parse, toJsonBytes, toJsonStringpublic static Deployment of(JobId jobId, Goal goal)
public JobId getJobId()
public Goal getGoal()
public static Deployment.Builder newBuilder()
Copyright © 2014. All rights reserved.