Class DiscoveryWasTopologyStep
- java.lang.Object
-
- com.xebialabs.deployit.plugin.steps.CalculatedStep
-
- com.xebialabs.deployit.plugin.python.PythonInspectionStep
-
- com.xebialabs.deployit.plugin.was.step.DiscoveryWasTopologyStep
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.PreviewStep,com.xebialabs.deployit.plugin.api.flow.StageableStep,com.xebialabs.deployit.plugin.api.flow.Step,com.xebialabs.deployit.plugin.steps.BaseStep,com.xebialabs.xlplatform.satellite.SatelliteAware,java.io.Serializable
public class DiscoveryWasTopologyStep extends com.xebialabs.deployit.plugin.python.PythonInspectionStep- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiscoveryWasTopologyStep(BaseCell cell, boolean skipDiscovery)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringaggregateScript(com.xebialabs.overthere.OverthereConnection arg0, com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg1, boolean arg2, boolean arg3)protected com.xebialabs.deployit.plugin.api.flow.StepExitCodedoExecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0)static voiddumpPythonScript(java.lang.String arg0, java.lang.String arg1)com.xebialabs.deployit.plugin.api.flow.StepExitCodeexecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)protected intexecutePythonScriptDirectly(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0, com.xebialabs.overthere.OverthereConnection arg1, com.xebialabs.overthere.OverthereFile arg2)com.xebialabs.deployit.plugin.api.flow.PreviewgetPreview()com.xebialabs.xlplatform.satellite.SatellitegetSatellite()voidrequestStaging(com.xebialabs.deployit.plugin.api.flow.StagingContext arg0)voidsetUploadArtifactData(boolean arg0)java.lang.StringtoString()
-
-
-
Constructor Detail
-
DiscoveryWasTopologyStep
public DiscoveryWasTopologyStep(BaseCell cell, boolean skipDiscovery)
-
-
Method Detail
-
execute
public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) throws java.lang.Exception- Specified by:
executein interfacecom.xebialabs.deployit.plugin.api.flow.Step- Overrides:
executein classcom.xebialabs.deployit.plugin.python.PythonInspectionStep- Throws:
java.lang.Exception
-
requestStaging
public void requestStaging(com.xebialabs.deployit.plugin.api.flow.StagingContext arg0)
- Specified by:
requestStagingin interfacecom.xebialabs.deployit.plugin.api.flow.StageableStep
-
doExecute
protected com.xebialabs.deployit.plugin.api.flow.StepExitCode doExecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0) throws java.lang.Exception- Throws:
java.lang.Exception
-
getPreview
public com.xebialabs.deployit.plugin.api.flow.Preview getPreview()
- Specified by:
getPreviewin interfacecom.xebialabs.deployit.plugin.api.flow.PreviewStep
-
aggregateScript
protected java.lang.String aggregateScript(com.xebialabs.overthere.OverthereConnection arg0, com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg1, boolean arg2, boolean arg3)
-
executePythonScriptDirectly
protected int executePythonScriptDirectly(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0, com.xebialabs.overthere.OverthereConnection arg1, com.xebialabs.overthere.OverthereFile arg2)
-
setUploadArtifactData
public void setUploadArtifactData(boolean arg0)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
dumpPythonScript
public static void dumpPythonScript(java.lang.String arg0, java.lang.String arg1)
-
getSatellite
public com.xebialabs.xlplatform.satellite.Satellite getSatellite()
- Specified by:
getSatellitein interfacecom.xebialabs.xlplatform.satellite.SatelliteAware
-
-