| Package | Description |
|---|---|
| org.kie.workbench.common.screens.server.management.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerRuntimeOperation |
ContainerUpdateEvent.getContainerRuntimeOperation() |
static ContainerRuntimeOperation |
ContainerRuntimeOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerRuntimeOperation[] |
ContainerRuntimeOperation.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.setContainerRuntimeOperation(ContainerRuntimeOperation containerRuntimeOperation) |
| 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–2021 JBoss by Red Hat. All rights reserved.