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.Create a trigger which starts a task when the server was started.This can be used to easily createTimeTriggerdefinition.The Trigger initiates the execution of a task.Action to run if the trigger decides that time for execution has come.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.