public class ScriptAction extends Action
formatter, NAME_LENGTH_LIMIT| Constructor and Description |
|---|
ScriptAction() |
| Modifier and Type | Method and Description |
|---|---|
ActionFormatter |
getFormatter()
Get the Formatter for this class but in this case we use
ScriptActionFormatter.
|
ScriptActionDetails |
getScriptActionDetails() |
void |
setScriptActionDetails(ScriptActionDetails scriptActionDetailsIn) |
addServerAction, equals, getActionType, getAgeString, getArchived, getCreated, getEarliestAction, getFailedCount, getHistoryDetails, getId, getModified, getName, getOrg, getPrerequisite, getSchedulerUser, getServerActions, getSuccessfulCount, getVersion, hashCode, setActionType, setAgeString, setArchived, setCreated, setEarliestAction, setId, setModified, setName, setOrg, setPrerequisite, setSchedulerUser, setServerActions, setVersion, toStringpublic ScriptActionDetails getScriptActionDetails()
public void setScriptActionDetails(ScriptActionDetails scriptActionDetailsIn)
scriptActionDetailsIn - The scriptActionDetails to set.public ActionFormatter getFormatter()
getFormatter in class Action