Uses of Class
org.kie.workbench.common.screens.server.management.model.ContainerRuntimeState
-
Packages that use ContainerRuntimeState Package Description org.kie.workbench.common.screens.server.management.model -
-
Uses of ContainerRuntimeState in org.kie.workbench.common.screens.server.management.model
Methods in org.kie.workbench.common.screens.server.management.model that return ContainerRuntimeState Modifier and Type Method Description ContainerRuntimeStateContainerUpdateEvent. getContainerRuntimeState()static ContainerRuntimeStateContainerRuntimeState. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerRuntimeState[]ContainerRuntimeState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.screens.server.management.model with parameters of type ContainerRuntimeState Modifier and Type Method Description voidContainerUpdateEvent. setContainerRuntimeState(ContainerRuntimeState containerRuntimeState)Constructors in org.kie.workbench.common.screens.server.management.model with parameters of type ContainerRuntimeState Constructor Description ContainerUpdateEvent(org.kie.server.controller.api.model.spec.ServerTemplateKey serverTemplateKey, org.kie.server.controller.api.model.spec.ContainerSpec containerSpec, List<org.kie.server.controller.api.model.runtime.ServerInstanceKey> failedServerInstances, ContainerRuntimeState containerRuntimeState, ContainerRuntimeOperation containerRuntimeOperation)
-