Package com.xebialabs.xlrelease.domain
Interface RemoteExecution
-
- All Superinterfaces:
ConfigurationItem,java.io.Serializable
- All Known Implementing Classes:
ContainerTask,RemoteScriptExecution
public interface RemoteExecution extends 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.IntegergetAbortTimeout()java.lang.StringgetImage()java.lang.IntegergetMaxRetryAttempts()java.lang.IntegergetRetryDelay()-
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
-
-