Interface ScheduleTaskDefinitionsAgent
public interface ScheduleTaskDefinitionsAgent
Agent providing information on the defined tasks within the context's job.
- Since:
- 5.2.16
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SpecialistType<ScheduleTaskDefinitionsAgent>
Agent providing information on the defined tasks within the context's job. -
Method Summary
Modifier and TypeMethodDescriptionProvides access to the defined tasks.
-
Field Details
-
TYPE
Agent providing information on the defined tasks within the context's job.- Since:
- 5.2.16
-
-
Method Details
-
getDefinedTasks
Iterable<ScheduleTaskDefinition> getDefinedTasks()Provides access to the defined tasks.- Returns:
- Definitions of tasks.
- Since:
- 5.2.16
-