Uses of Class
org.guvnor.ala.ui.model.RuntimeKey
-
Packages that use RuntimeKey Package Description org.guvnor.ala.ui.events org.guvnor.ala.ui.model org.guvnor.ala.ui.service -
-
Uses of RuntimeKey in org.guvnor.ala.ui.events
Methods in org.guvnor.ala.ui.events that return RuntimeKey Modifier and Type Method Description RuntimeKeyRuntimeChangeEvent. getRuntimeKey()Constructors in org.guvnor.ala.ui.events with parameters of type RuntimeKey Constructor Description RuntimeChangeEvent(RuntimeChange change, RuntimeKey runtimeKey) -
Uses of RuntimeKey in org.guvnor.ala.ui.model
Constructors in org.guvnor.ala.ui.model with parameters of type RuntimeKey Constructor Description Runtime(RuntimeKey key)Runtime(RuntimeKey key, String status, String endpoint, String createdDate)Runtime(RuntimeKey key, String name, PipelineExecutionTrace pipelineTrace, String status, String endpoint, String createdDate) -
Uses of RuntimeKey in org.guvnor.ala.ui.service
Methods in org.guvnor.ala.ui.service with parameters of type RuntimeKey Modifier and Type Method Description voidRuntimeService. deleteRuntime(RuntimeKey runtimeKey, boolean forced)Deletes a runtime.RuntimeListItemRuntimeService. getRuntimeItem(RuntimeKey runtimeKey)Gets the runtime information for a given runtime.voidRuntimeService. startRuntime(RuntimeKey runtimeKey)Starts a runtime.voidRuntimeService. stopRuntime(RuntimeKey runtimeKey)Stops a runtime.
-