public class TwiddleContainerInspectionStep extends TwiddleStep implements com.xebialabs.deployit.plugin.api.flow.Step
ctx| Constructor and Description |
|---|
TwiddleContainerInspectionStep(com.xebialabs.deployit.plugin.overthere.HostContainer deployedJBossResource,
java.lang.String mbean,
java.lang.String attribute,
PropertyConverter<?> converter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doHandle(com.xebialabs.deployit.plugin.jbossas.step.TwiddleProcessOutputHandler handler) |
java.lang.String |
getDescription() |
int |
getOrder() |
protected java.util.Map<java.lang.String,java.lang.Object> |
getVars() |
protected org.slf4j.Logger |
logger() |
disconnect, execute, getContainer, getSatellitepublic TwiddleContainerInspectionStep(com.xebialabs.deployit.plugin.overthere.HostContainer deployedJBossResource,
java.lang.String mbean,
java.lang.String attribute,
PropertyConverter<?> converter)
public int getOrder()
getOrder in interface com.xebialabs.deployit.plugin.api.flow.Steppublic java.lang.String getDescription()
getDescription in interface com.xebialabs.deployit.plugin.api.flow.Stepprotected java.util.Map<java.lang.String,java.lang.Object> getVars()
getVars in class TwiddleStepprotected void doHandle(com.xebialabs.deployit.plugin.jbossas.step.TwiddleProcessOutputHandler handler)
doHandle in class TwiddleStepprotected org.slf4j.Logger logger()
logger in class TwiddleStep