public class ScriptExecuteJob extends ReportServerJob
Constructor and Description |
---|
ScriptExecuteJob() |
Modifier and Type | Method and Description |
---|---|
void |
adjustJobEntryForSuccess(JobEntry jobEntry) |
void |
copyTransientFieldsFrom(AbstractJob job) |
void |
execute() |
java.lang.String |
getArguments() |
FileServerFile |
getScript() |
java.lang.Long |
getScriptId() |
void |
setArguments(java.lang.String arguments) |
void |
setScript(FileServerFile script) |
void |
setScriptId(java.lang.Long scriptId) |
getExecutor, getScheduledBy, setExecutor, setExecutor, setScheduledBy
getBaseProperties, getComplexProperty, getProperty, hasProperty, isProperty, setBaseProperties, setComplexProperty, setProperty, setProperty
addAction, adjustJobEntryForFailure, createMissedTriggerHistoryEntry, equals, getAction, getActions, getCreatedOn, getDescription, getExecutionStatus, getHistory, getId, getLastExecution, getLastOutcome, getLinkToPrevious, getTitle, getTrigger, getVersion, hasBeenScheduled, hashCode, isActive, setActions, setCreatedOn, setDescription, setExecutionStatus, setHistory, setId, setLastOutcome, setLinkToPrevious, setTitle, setTrigger, setVersion
public void execute() throws JobExecutionException
execute
in class AbstractJob
JobExecutionException
public FileServerFile getScript()
public void setScript(FileServerFile script)
public void setScriptId(java.lang.Long scriptId)
public java.lang.Long getScriptId()
public java.lang.String getArguments()
public void setArguments(java.lang.String arguments)
public void adjustJobEntryForSuccess(JobEntry jobEntry)
adjustJobEntryForSuccess
in class AbstractJob
public void copyTransientFieldsFrom(AbstractJob job)
copyTransientFieldsFrom
in class AbstractJob