public class JobRefCommandBase extends JobRefCommand implements com.dtolabs.rundeck.core.execution.HasFailureHandler
STEP_EXECUTION_TYPE| Constructor and Description |
|---|
JobRefCommandBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getArgs() |
com.dtolabs.rundeck.core.execution.StepExecutionItem |
getFailureHandler() |
java.lang.String |
getJobIdentifier() |
java.lang.String |
getNodeFilter() |
java.lang.Boolean |
getNodeIntersect() |
java.lang.Boolean |
getNodeKeepgoing() |
java.lang.String |
getNodeRankAttribute() |
java.lang.Boolean |
getNodeRankOrderAscending() |
java.lang.Integer |
getNodeThreadcount() |
java.lang.String |
getUuid() |
java.lang.Boolean |
isFailOnDisable() |
java.lang.Boolean |
isIgnoreNotifications() |
java.lang.Boolean |
isImportOptions() |
boolean |
isKeepgoingOnSuccess() |
boolean |
isNodeStep() |
java.lang.Boolean |
isUseName() |
getNodeStepType, getProject, getTypegetFilterConfigurations, getLabel, setLabelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic java.lang.String getJobIdentifier()
getJobIdentifier in interface JobExecutionItempublic java.lang.String getUuid()
getUuid in interface JobExecutionItempublic java.lang.String[] getArgs()
getArgs in interface JobExecutionItempublic boolean isNodeStep()
isNodeStep in interface com.dtolabs.rundeck.core.execution.workflow.steps.node.NodeStepExecutionItemisNodeStep in interface JobExecutionItempublic com.dtolabs.rundeck.core.execution.StepExecutionItem getFailureHandler()
getFailureHandler in interface com.dtolabs.rundeck.core.execution.HasFailureHandlerpublic boolean isKeepgoingOnSuccess()
isKeepgoingOnSuccess in interface com.dtolabs.rundeck.core.execution.HandlerExecutionItempublic java.lang.Boolean getNodeKeepgoing()
getNodeKeepgoing in interface JobExecutionItempublic java.lang.String getNodeFilter()
getNodeFilter in interface JobExecutionItempublic java.lang.Integer getNodeThreadcount()
getNodeThreadcount in interface JobExecutionItempublic java.lang.String getNodeRankAttribute()
getNodeRankAttribute in interface JobExecutionItempublic java.lang.Boolean getNodeRankOrderAscending()
getNodeRankOrderAscending in interface JobExecutionItempublic java.lang.Boolean getNodeIntersect()
getNodeIntersect in interface JobExecutionItempublic java.lang.Boolean isFailOnDisable()
isFailOnDisable in interface JobExecutionItempublic java.lang.Boolean isImportOptions()
isImportOptions in interface JobExecutionItempublic java.lang.Boolean isUseName()
isUseName in interface JobExecutionItempublic java.lang.Boolean isIgnoreNotifications()
isIgnoreNotifications in interface JobExecutionItem