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 -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.dmr.ModelNodeclearAttribute(String address, String attributeName) voidexecuteOp(org.jboss.as.arquillian.container.ManagementClient client, org.jboss.dmr.ModelNode op) voidexecuteOp(org.jboss.as.controller.client.ModelControllerClient client, org.jboss.as.controller.client.Operation op) org.jboss.dmr.ModelNodeexecuteRead(org.jboss.as.arquillian.container.ManagementClient managementClient, org.jboss.dmr.ModelNode address) org.jboss.dmr.ModelNodewriteAttribute(String subsystem, String name, String value) org.jboss.dmr.ModelNodewriteAttribute(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, waitMethods inherited from interface org.jboss.as.arquillian.api.ServerSetupTask
executeOperation, executeOperation, executeOperation, executeOperation, setup, tearDown
-
Constructor Details
-
AbstractSetupTask
public AbstractSetupTask()
-
-
Method Details
-
clearAttribute
-
writeAttribute
-
writeAttribute
-
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
-