Package com.inet.taskplanner.server.api.trigger
package com.inet.taskplanner.server.api.trigger
Provides classes and interfaces for managing task triggers in the Task Planner.
This includes various types of triggers such as time-based triggers, file change triggers,
server start/stop triggers, and cron triggers, along with their builders and factories.
-
ClassDescriptionUse this to construct a
TriggerDefinitionfor a cron trigger.Use this to construct aTriggerDefinitionfor a file-change trigger.Creates a trigger that starts a task when the server starts.This can be used to easily createTimeTriggerdefinition.The Trigger initiates the execution of a task.Action to run if the trigger decides that it is time for execution.Defines a configured trigger for a task with its settings.TriggerFactory<T extends Trigger>Base class for factories producingTriggercomponents fromTriggerDefinitionconfigured by users.Information about the GUI representation of a trigger.