| Package | Description |
|---|---|
| org.wildfly.arquillian.domain.container.controller.command |
| Modifier and Type | Method and Description |
|---|---|
Lifecycle |
ServerLifecycleCommand.getLifecycle() |
Lifecycle |
ServerGroupLifecycleCommand.getLifecycle() |
static Lifecycle |
Lifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lifecycle[] |
Lifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ServerGroupLifecycleCommand(String containerQualifier,
Lifecycle lifecycle,
String serverGroupName) |
ServerGroupLifecycleCommand(String containerQualifier,
Lifecycle lifecycle,
String serverGroupName,
int timeout) |
ServerLifecycleCommand(String containerQualifier,
Lifecycle lifecycle,
String hostName,
String serverName) |
ServerLifecycleCommand(String containerQualifier,
Lifecycle lifecycle,
String hostName,
String serverName,
int timeout) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.