Class ServerLifecycleCommand
- java.lang.Object
-
- org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand<Boolean>
-
- org.wildfly.arquillian.domain.container.controller.command.ServerLifecycleCommand
-
- All Implemented Interfaces:
Serializable,org.jboss.arquillian.container.test.spi.command.Command<Boolean>
public class ServerLifecycleCommand 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 ServerLifecycleCommand(String containerQualifier, Lifecycle lifecycle, String hostName, String serverName)ServerLifecycleCommand(String containerQualifier, Lifecycle lifecycle, String hostName, String serverName, int timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainerQualifier()StringgetHostName()LifecyclegetLifecycle()StringgetServerName()intgetTimeout()
-