com.dtolabs.rundeck.core.execution.workflow.steps.node.impl
Class ScriptURLCommandBase

java.lang.Object
  extended by com.dtolabs.rundeck.core.execution.workflow.steps.node.impl.ScriptURLCommandBase
All Implemented Interfaces:
HandlerExecutionItem, HasFailureHandler, StepExecutionItem, ScriptURLCommandExecutionItem, NodeStepExecutionItem

public abstract class ScriptURLCommandBase
extends java.lang.Object
implements ScriptURLCommandExecutionItem, HasFailureHandler, NodeStepExecutionItem

ScriptURLCommandBase base implementation of ScriptURLCommandExecutionItem that defines the getType() method to return the correct service type.


Constructor Summary
ScriptURLCommandBase()
           
 
Method Summary
 java.lang.String getNodeStepType()
          Return the type name of the StepExecution provider to use.
 java.lang.String getType()
          Return type of the execution item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.workflow.steps.node.impl.ScriptURLCommandExecutionItem
getArgs, getInterpreterArgsQuoted, getScriptInterpreter, getURLString
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.HandlerExecutionItem
isKeepgoingOnSuccess
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.HasFailureHandler
getFailureHandler
 

Constructor Detail

ScriptURLCommandBase

public ScriptURLCommandBase()
Method Detail

getNodeStepType

public java.lang.String getNodeStepType()
Description copied from interface: NodeStepExecutionItem
Return the type name of the StepExecution provider to use.

Specified by:
getNodeStepType in interface NodeStepExecutionItem

getType

public java.lang.String getType()
Description copied from interface: StepExecutionItem
Return type of the execution item

Specified by:
getType in interface StepExecutionItem