Class AbstractSetupTask

java.lang.Object
org.jboss.as.test.shared.observability.setuptasks.AbstractSetupTask
All Implemented Interfaces:
org.jboss.as.arquillian.api.ServerSetupTask
Direct Known Subclasses:
MicrometerSetupTask, OpenTelemetrySetupTask, ServiceNameSetupTask

public abstract class AbstractSetupTask extends Object implements org.jboss.as.arquillian.api.ServerSetupTask
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.dmr.ModelNode
    clearAttribute(String address, String attributeName)
     
    void
    executeOp(org.jboss.as.arquillian.container.ManagementClient client, org.jboss.dmr.ModelNode op)
     
    void
    executeOp(org.jboss.as.controller.client.ModelControllerClient client, org.jboss.as.controller.client.Operation op)
     
    org.jboss.dmr.ModelNode
    executeRead(org.jboss.as.arquillian.container.ManagementClient managementClient, org.jboss.dmr.ModelNode address)
     
    org.jboss.dmr.ModelNode
    writeAttribute(String subsystem, String name, String value)
     
    org.jboss.dmr.ModelNode
    writeAttribute(org.jboss.dmr.ModelNode address, String name, String value)
     

    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, setup, tearDown
  • Constructor Details

    • AbstractSetupTask

      public AbstractSetupTask()
  • Method Details

    • clearAttribute

      public org.jboss.dmr.ModelNode clearAttribute(String address, String attributeName)
    • writeAttribute

      public org.jboss.dmr.ModelNode writeAttribute(String subsystem, String name, String value)
    • writeAttribute

      public org.jboss.dmr.ModelNode writeAttribute(org.jboss.dmr.ModelNode address, String name, String value)
    • executeOp

      public void executeOp(org.jboss.as.arquillian.container.ManagementClient client, org.jboss.dmr.ModelNode op) throws IOException
      Throws:
      IOException
    • executeOp

      public void executeOp(org.jboss.as.controller.client.ModelControllerClient client, org.jboss.as.controller.client.Operation op) throws IOException
      Throws:
      IOException
    • executeRead

      public org.jboss.dmr.ModelNode executeRead(org.jboss.as.arquillian.container.ManagementClient managementClient, org.jboss.dmr.ModelNode address) throws IOException
      Throws:
      IOException