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, setScheduledBygetBaseProperties, getComplexProperty, getProperty, hasProperty, isProperty, setBaseProperties, setComplexProperty, setProperty, setPropertyaddAction, 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, setVersionpublic void execute()
throws JobExecutionException
execute in class AbstractJobJobExecutionExceptionpublic 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 AbstractJobpublic void copyTransientFieldsFrom(AbstractJob job)
copyTransientFieldsFrom in class AbstractJob