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 Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated.
     
    static class 
    Deprecated.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setup(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId)
    Deprecated.
     
    void
    tearDown(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jboss.as.arquillian.api.ServerSetupTask

    executeOperation, executeOperation, executeOperation, executeOperation
  • Field Details

  • 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:
      setup in interface org.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:
      tearDown in interface org.jboss.as.arquillian.api.ServerSetupTask
      Throws:
      Exception