Uses of Class
org.wildfly.arquillian.domain.container.controller.command.Lifecycle
-
Packages that use Lifecycle Package Description org.wildfly.arquillian.domain.container.controller.command -
-
Uses of Lifecycle in org.wildfly.arquillian.domain.container.controller.command
Methods in org.wildfly.arquillian.domain.container.controller.command that return Lifecycle Modifier and Type Method Description LifecycleServerGroupLifecycleCommand. getLifecycle()LifecycleServerLifecycleCommand. getLifecycle()static LifecycleLifecycle. 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.Constructors in org.wildfly.arquillian.domain.container.controller.command with parameters of type Lifecycle Constructor 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)
-