Class RepositoryJobTrigger
java.lang.Object
org.onehippo.repository.scheduling.RepositoryJobTrigger
- Direct Known Subclasses:
RepositoryJobCronTrigger
,RepositoryJobSimpleTrigger
Base class for information about when to schedule a job with the repository.
A trigger is associated with one job but a single job can have multiple triggers. Every trigger associated with the same job must have a different name.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RepositoryJobTrigger
-
-
Method Details
-
getName
- Returns:
- the name of the trigger.
-