public class DiscoveryWasTopologyStep
extends com.xebialabs.deployit.plugin.python.PythonInspectionStep
| Constructor and Description |
|---|
DiscoveryWasTopologyStep(BaseCell cell,
boolean skipDiscovery) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
aggregateScript(com.xebialabs.overthere.OverthereConnection arg0,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg1,
boolean arg2,
boolean arg3) |
protected com.xebialabs.deployit.plugin.api.flow.StepExitCode |
doExecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0) |
static void |
dumpPythonScript(java.lang.String arg0,
java.lang.String arg1) |
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
protected int |
executePythonScriptDirectly(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0,
com.xebialabs.overthere.OverthereConnection arg1,
com.xebialabs.overthere.OverthereFile arg2) |
calculateDescription, calculateOrder, description_$eq, description, doPostConstruct, getDescription, getOrder, order_$eq, order, setDescription, setOrderpublic DiscoveryWasTopologyStep(BaseCell cell, boolean skipDiscovery)
public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
throws java.lang.Exception
execute in interface com.xebialabs.deployit.plugin.api.flow.Stepexecute in class com.xebialabs.deployit.plugin.python.PythonInspectionStepjava.lang.Exceptionprotected com.xebialabs.deployit.plugin.api.flow.StepExitCode doExecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String aggregateScript(com.xebialabs.overthere.OverthereConnection arg0,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg1,
boolean arg2,
boolean arg3)
protected int executePythonScriptDirectly(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0,
com.xebialabs.overthere.OverthereConnection arg1,
com.xebialabs.overthere.OverthereFile arg2)
public static void dumpPythonScript(java.lang.String arg0,
java.lang.String arg1)