public class Execution extends Object
| Constructor and Description |
|---|
Execution(com.spotify.helios.common.descriptors.Job job,
Map<String,Integer> ports,
com.spotify.helios.common.descriptors.Goal goal) |
| Modifier and Type | Method and Description |
|---|---|
com.spotify.helios.common.descriptors.Goal |
getGoal() |
com.spotify.helios.common.descriptors.Job |
getJob() |
Map<String,Integer> |
getPorts() |
static Execution |
of(com.spotify.helios.common.descriptors.Job job) |
String |
toString() |
Execution |
withGoal(com.spotify.helios.common.descriptors.Goal goal) |
Execution |
withPorts(Map<String,Integer> ports) |
public Execution(com.spotify.helios.common.descriptors.Job job, Map<String,Integer> ports, com.spotify.helios.common.descriptors.Goal goal)
public com.spotify.helios.common.descriptors.Job getJob()
public com.spotify.helios.common.descriptors.Goal getGoal()
public Execution withGoal(com.spotify.helios.common.descriptors.Goal goal)
public static Execution of(com.spotify.helios.common.descriptors.Job job)
Copyright © 2017. All rights reserved.