com.xebialabs.deployit.plugin.jbossas.step
Class TwiddleContainerInspectionStep<T>
java.lang.Object
com.xebialabs.deployit.plugin.jbossas.step.TwiddleStep
com.xebialabs.deployit.plugin.jbossas.step.TwiddleContainerInspectionStep<T>
- All Implemented Interfaces:
- com.xebialabs.deployit.plugin.api.execution.Step<com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext>, com.xebialabs.deployit.plugin.api.inspection.InspectionStep, java.io.Serializable
public class TwiddleContainerInspectionStep<T>
- extends TwiddleStep
- implements com.xebialabs.deployit.plugin.api.inspection.InspectionStep
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface com.xebialabs.deployit.plugin.api.execution.Step |
com.xebialabs.deployit.plugin.api.execution.Step.Result |
|
Method Summary |
protected void |
doHandle(com.xebialabs.deployit.plugin.jbossas.step.TwiddleProcessOutputHandler handler)
|
java.lang.String |
getDescription()
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getVars()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.execution.Step |
execute |
TwiddleContainerInspectionStep
public TwiddleContainerInspectionStep(com.xebialabs.deployit.plugin.overthere.HostContainer deployedJBossResource,
java.lang.String mbean,
java.lang.String attribute,
PropertyConverter<?> converter)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface com.xebialabs.deployit.plugin.api.execution.Step<com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext>
getVars
protected java.util.Map<java.lang.String,java.lang.Object> getVars()
- Overrides:
getVars in class TwiddleStep
doHandle
protected void doHandle(com.xebialabs.deployit.plugin.jbossas.step.TwiddleProcessOutputHandler handler)
- Overrides:
doHandle in class TwiddleStep