Class RemoteScript

java.lang.Object
com.xebialabs.xlrelease.plugin.overthere.RemoteScript

public class RemoteScript extends Object
  • Constructor Details

    • RemoteScript

      public RemoteScript(com.xebialabs.xlrelease.domain.PythonScript pythonScript)
    • RemoteScript

      public RemoteScript(com.xebialabs.xlrelease.domain.PythonScript pythonScript, Writer stdoutWriter)
  • Method Details

    • copyPropertiesToConnectionOptions

      protected void copyPropertiesToConnectionOptions(com.xebialabs.overthere.ConnectionOptions options, com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)
    • execute

      public int execute()
    • doExecute

      public int doExecute(com.xebialabs.overthere.OverthereConnection connection, OutputHandler stdoutHandler, OutputHandler stderrHandler)
    • getStdout

      public String getStdout()
    • getStderr

      public String getStderr()
    • getOptions

      public com.xebialabs.overthere.ConnectionOptions getOptions()
    • getScript

      public String getScript()