Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsAmazonS3FileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsAmazonS3FileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsBoxFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsBoxFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
void |
SchedulerVetoProvider.actionExecutionEndedAbnormally(AbstractJob job,
AbstractAction action,
ActionEntry actionEntry,
java.lang.Exception e) |
void |
SchedulerVetoProvider.actionExecutionEndedSuccessfully(AbstractJob job,
AbstractAction action,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsDropboxFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsDropboxFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsEmailFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsEmailDatasinkEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsFtpFileAction |
class |
ScheduleAsFtpsFileAction |
class |
ScheduleAsSftpFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsFtpFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
void |
ScheduleAsFtpsFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
void |
ScheduleAsSftpFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsGoogleDriveFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsGoogleDriveFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
void |
SchedulerNotificationHooker.actionExecutionEndedAbnormally(AbstractJob job,
AbstractAction action,
ActionEntry actionEntry,
java.lang.Exception e) |
void |
SchedulerNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob job,
AbstractAction action,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsLocalFileSystemFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsLocalFileSystemEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsOneDriveFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsOneDriveFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsPrinterFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsPrinterFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsSambaFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsSambaFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsFileAction |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDebuggingAction |
Modifier and Type | Class and Description |
---|---|
class |
MailReportAction |
Modifier and Type | Class and Description |
---|---|
class |
SendToReportAction |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsScpFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsScpFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsScriptDatasinkFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsScriptDatasinkEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduleAsTableDatasinkFileAction |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAsTableDatasinkFileEmailNotificationHooker.actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
MailTemplate |
SchedulerHelperService.getMailTemplate(ReportExecuteJob job,
AbstractAction action,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.Exception e) |
Modifier and Type | Class and Description |
---|---|
class |
BaseAction |
Modifier and Type | Method and Description |
---|---|
<A extends AbstractAction> |
AbstractJob.getAction(java.lang.Class<A> actionType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractAction> |
AbstractJob.getActions() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJob.addAction(AbstractAction action) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJob.setActions(java.util.List<AbstractAction> actions) |
Constructor and Description |
---|
ActionNotSupportedException(AbstractJob abstractJob,
AbstractAction action) |
Modifier and Type | Method and Description |
---|---|
void |
MonitorActionExecution.actionExecutedSuccessfully(AbstractAction action) |
void |
SchedulerExecutionHook.actionExecutionEndedAbnormally(AbstractJob job,
AbstractAction action,
ActionEntry actionEntry,
java.lang.Exception e)
within transaction
|
void |
SchedulerExecutionHook.actionExecutionEndedSuccessfully(AbstractJob job,
AbstractAction action,
ExecutionLogEntry logEntry)
wrapped in transaction
|
void |
MonitorActionExecution.actionExecutionFailed(AbstractAction action,
java.lang.Exception e)
be careful.
|
void |
MonitorActionExecution.notifyOfExecution(AbstractAction action) |
Modifier and Type | Method and Description |
---|---|
void |
MonitorActionExecutionAdapter.actionExecutedSuccessfully(AbstractAction action) |
void |
SchedulerExecutionHookAdapter.actionExecutionEndedAbnormally(AbstractJob job,
AbstractAction action,
ActionEntry actionEntry,
java.lang.Exception e) |
void |
SchedulerExecutionHookAdapter.actionExecutionEndedSuccessfully(AbstractJob job,
AbstractAction action,
ExecutionLogEntry logEntry) |
void |
MonitorActionExecutionAdapter.actionExecutionFailed(AbstractAction action,
java.lang.Exception e) |
void |
MonitorActionExecutionAdapter.notifyOfExecution(AbstractAction action) |
Modifier and Type | Method and Description |
---|---|
AbstractAction |
JobExecutionCompanion.initActionForExecution(AbstractAction action) |
AbstractAction |
JobExecutionCompanionImpl.initActionForExecution(AbstractAction action) |
Modifier and Type | Method and Description |
---|---|
AbstractAction |
JobExecutionCompanion.initActionForExecution(AbstractAction action) |
AbstractAction |
JobExecutionCompanionImpl.initActionForExecution(AbstractAction action) |