Uses of Class
org.guvnor.ala.ui.model.RuntimeListItem
-
Packages that use RuntimeListItem Package Description org.guvnor.ala.ui.model org.guvnor.ala.ui.service -
-
Uses of RuntimeListItem in org.guvnor.ala.ui.model
Methods in org.guvnor.ala.ui.model that return types with arguments of type RuntimeListItem Modifier and Type Method Description Collection<RuntimeListItem>RuntimesInfo. getRuntimeItems()Constructor parameters in org.guvnor.ala.ui.model with type arguments of type RuntimeListItem Constructor Description RuntimesInfo(Provider provider, Collection<RuntimeListItem> runtimeItems) -
Uses of RuntimeListItem in org.guvnor.ala.ui.service
Methods in org.guvnor.ala.ui.service that return RuntimeListItem Modifier and Type Method Description RuntimeListItemRuntimeService. getRuntimeItem(PipelineExecutionTraceKey pipelineExecutionTraceKey)Gets the runtime information for a given pipeline execution.RuntimeListItemRuntimeService. getRuntimeItem(RuntimeKey runtimeKey)Gets the runtime information for a given runtime.Methods in org.guvnor.ala.ui.service that return types with arguments of type RuntimeListItem Modifier and Type Method Description Collection<RuntimeListItem>RuntimeService. getRuntimeItems(ProviderKey providerKey)Gets the information about the runtimes associated to a given provider.
-