Groovy Documentation

org.linkedin.glu.provisioner.impl.planner
[Groovy] Class Transition

java.lang.Object
  org.linkedin.glu.provisioner.impl.planner.Transition

class Transition

Describes a transition in the environment author: Riccardo Ferretti created: Sep 14, 2009


Property Summary
boolean isDestructive

Whether the transition is destructive or not

java.lang.String name

The name of the transition

Installation target

The target of the transition

 
Method Summary
boolean getExecuteParentToChild()

Return if this transition should be executed first for the parent and then the children or the other way around

 
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()
 

Property Detail

isDestructive

boolean isDestructive
Whether the transition is destructive or not


name

java.lang.String name
The name of the transition


target

Installation target
The target of the transition


 
Method Detail

getExecuteParentToChild

boolean getExecuteParentToChild()
Return if this transition should be executed first for the parent and then the children or the other way around


 

Groovy Documentation