|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.provisioner.api.planner.Plan
class Plan
An action plan
Field Summary | |
---|---|
static java.lang.String |
HOST_PN
The name of the property that contains the host |
static java.lang.String |
NAME_PN
The name of the property that contains the installation name |
static java.util.List |
PHASES
The main phases, in the order of execution NOTE RF: the reason why the phases are in this order is because this will be the order of execution. |
static java.lang.String |
PHASE_PN
The name of the property that contains the phase |
Constructor Summary | |
Plan(Graph graph)
|
Method Summary | |
---|---|
java.util.List
|
getActionNodes()
Return the list of action descriptors ordered by:
|
Graph
|
getGraph()
Return the graph of actions on which the plan is based |
java.util.List
|
getHosts()
Return the list of hosts affected by the plan. |
java.util.List
|
getPhases()
Return the list of phases that are present in the plan. |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Field Detail |
---|
public static final java.lang.String HOST_PN
public static final java.lang.String NAME_PN
public static final java.util.List PHASES
public static final java.lang.String PHASE_PN
Constructor Detail |
---|
Plan(Graph graph)
Method Detail |
---|
java.util.List getActionNodes()
Graph getGraph()
java.util.List getHosts()
java.util.List getPhases()
Groovy Documentation