public interface JobCompletionContext extends JobContext
Job
's complete methods.Modifier and Type | Method and Description |
---|---|
List<JobTask> |
getErrorTasks()
Retrieves the list of tasks in this
Job that completed with errors or failed. |
JobResult |
getJobResult()
Retrieves the job status, from which you can retrieve the number of tasks which failed or succeeded.
|
List<JobTask> |
getSuccessTasks()
Retrieves the list of tasks in this
Job that completed successfully. |
List<JobTask> |
getTasks()
Deprecated.
as of 22R2.2, replaced by
getSuccessTasks() and getErrorTasks() .
Retrieves the list of tasks in this Job . |
getJobId, getJobInitParameter, getJobInitParameter, getJobLogger, getJobName, getJobParameter, getJobParameter
@Deprecated List<JobTask> getTasks()
getSuccessTasks()
and getErrorTasks()
.
Job
.JobTask
sList<JobTask> getSuccessTasks()
Job
that completed successfully.JobTask
sList<JobTask> getErrorTasks()
Job
that completed with errors or failed.JobTask
sCopyright © Veeva Systems 2017–2023. All rights reserved.