Class ServerGroupLifecycleCommand
- java.lang.Object
-
- org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand<Boolean>
-
- org.wildfly.arquillian.domain.container.controller.command.ServerGroupLifecycleCommand
-
- All Implemented Interfaces:
Serializable,org.jboss.arquillian.container.test.spi.command.Command<Boolean>
public class ServerGroupLifecycleCommand extends org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand<Boolean>
- Author:
- James R. Perkins
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerGroupLifecycleCommand(String containerQualifier, Lifecycle lifecycle, String serverGroupName)ServerGroupLifecycleCommand(String containerQualifier, Lifecycle lifecycle, String serverGroupName, int timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainerQualifier()LifecyclegetLifecycle()StringgetServerGroupName()intgetTimeout()
-