| Modifier and Type | Method and Description |
|---|---|
ContainerModel.Status |
ContainerModel.getStatus() |
static ContainerModel.Status |
ContainerModel.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerModel.Status[] |
ContainerModel.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SparkServer.isContainerWithOneStatus(String id,
ContainerModel.Status... status) |
void |
ContainerModel.setStatus(ContainerModel.Status status) |
void |
SparkServer.setStatus(String id,
ContainerModel.Status status) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.