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, Serializable

public class DiscoveryWasTopologyStep extends com.xebialabs.deployit.plugin.python.PythonInspectionStep
See Also:
  • Field Summary

    Fields inherited from class com.xebialabs.deployit.plugin.python.PythonInspectionStep

    itemToInspect

    Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step

    DEFAULT_ORDER
  • Constructor Summary

    Constructors
    Constructor
    Description
    DiscoveryWasTopologyStep(BaseCell cell, boolean skipDiscovery)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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
     
    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)
     
    com.xebialabs.deployit.plugin.api.flow.Preview
     
    com.xebialabs.xlplatform.satellite.Satellite
     
    void
    requestStaging(com.xebialabs.deployit.plugin.api.flow.StagingContext arg0)
     
    void
    setUploadArtifactData(boolean arg0)
     
     

    Methods inherited from class com.xebialabs.deployit.plugin.steps.CalculatedStep

    calculateDescription, calculateOrder, description, description_$eq, doPostConstruct, getDescription, getOrder, order, order_$eq, setDescription, setOrder, skip, skip_$eq, skippable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DiscoveryWasTopologyStep

      public DiscoveryWasTopologyStep(BaseCell cell, boolean skipDiscovery)
  • Method Details

    • execute

      public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) throws Exception
      Specified by:
      execute in interface com.xebialabs.deployit.plugin.api.flow.Step
      Overrides:
      execute in class com.xebialabs.deployit.plugin.python.PythonInspectionStep
      Throws:
      Exception
    • requestStaging

      public void requestStaging(com.xebialabs.deployit.plugin.api.flow.StagingContext arg0)
      Specified by:
      requestStaging in interface com.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 Exception
      Throws:
      Exception
    • getPreview

      public com.xebialabs.deployit.plugin.api.flow.Preview getPreview()
      Specified by:
      getPreview in interface com.xebialabs.deployit.plugin.api.flow.PreviewStep
    • aggregateScript

      protected 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 String toString()
      Overrides:
      toString in class Object
    • dumpPythonScript

      public static void dumpPythonScript(String arg0, String arg1)
    • getSatellite

      public com.xebialabs.xlplatform.satellite.Satellite getSatellite()
      Specified by:
      getSatellite in interface com.xebialabs.xlplatform.satellite.SatelliteAware