Interface RemoteExecution

  • All Superinterfaces:
    com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, java.io.Serializable
    All Known Implementing Classes:
    ContainerTask, RemoteScriptExecution

    public interface RemoteExecution
    extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
    • Field Summary

      • Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

        SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Integer getAbortTimeout()  
      java.lang.String getImage()  
      java.lang.Integer getMaxRetryAttempts()  
      java.lang.Integer getRetryDelay()  
      • Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

        get$directoryReference, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
    • Method Detail

      • getAbortTimeout

        java.lang.Integer getAbortTimeout()
      • getImage

        java.lang.String getImage()
      • getMaxRetryAttempts

        java.lang.Integer getMaxRetryAttempts()
      • getRetryDelay

        java.lang.Integer getRetryDelay()