Package org.jboss.as.test.shared
Class CLIServerSetupTask
java.lang.Object
org.jboss.as.test.shared.CLIServerSetupTask
- All Implemented Interfaces:
org.jboss.as.arquillian.api.ServerSetupTask
@Deprecated
public class CLIServerSetupTask
extends Object
implements org.jboss.as.arquillian.api.ServerSetupTask
Deprecated.
Implementation of
ServerSetupTask which runs provided CLI commands. Since the API is based around class instances, the extending
class implementations need to configure the builder.- Author:
- Radoslav Husar
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.arquillian.api.ServerSetupTask
executeOperation, executeOperation, executeOperation, executeOperation
-
Field Details
-
builder
Deprecated.
-
-
Constructor Details
-
CLIServerSetupTask
public CLIServerSetupTask()Deprecated.
-
-
Method Details
-
setup
public void setup(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception Deprecated.- Specified by:
setupin interfaceorg.jboss.as.arquillian.api.ServerSetupTask- Throws:
Exception
-
tearDown
public void tearDown(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception Deprecated.- Specified by:
tearDownin interfaceorg.jboss.as.arquillian.api.ServerSetupTask- Throws:
Exception
-
ManagementServerSetupTaskinstead