| Package | Description |
|---|---|
| org.kie.workbench.common.screens.server.management.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerRuntimeState |
ContainerUpdateEvent.getContainerRuntimeState() |
static ContainerRuntimeState |
ContainerRuntimeState.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerUpdateEvent.setContainerRuntimeState(ContainerRuntimeState containerRuntimeState) |
| Constructor and 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) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.