Uses of Class
org.guvnor.ala.ui.events.PipelineExecutionChange
-
Packages that use PipelineExecutionChange Package Description org.guvnor.ala.ui.events -
-
Uses of PipelineExecutionChange in org.guvnor.ala.ui.events
Methods in org.guvnor.ala.ui.events that return PipelineExecutionChange Modifier and Type Method Description PipelineExecutionChangePipelineExecutionChangeEvent. getChange()static PipelineExecutionChangePipelineExecutionChange. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineExecutionChange[]PipelineExecutionChange. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.guvnor.ala.ui.events with parameters of type PipelineExecutionChange Constructor Description PipelineExecutionChangeEvent(PipelineExecutionChange change, PipelineExecutionTraceKey pipelineExecutionTraceKey)
-