public abstract class DispatchTask extends Task implements Dispatchable
| Constructor and Description | 
|---|
| DispatchTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAction()Get the action. | 
| String | getActionParameterName()Get the action parameter name. | 
| void | setAction(String action)Set the action. | 
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic String getAction()
public String getActionParameterName()
getActionParameterName in interface DispatchableString "action" by default (can be overridden).public void setAction(String action)
action - the method name.