Uses of Interface
org.onehippo.repository.scheduling.RepositoryJob
Packages that use RepositoryJob
-
Uses of RepositoryJob in org.onehippo.repository.scheduling
Methods in org.onehippo.repository.scheduling that return types with arguments of type RepositoryJobConstructor parameters in org.onehippo.repository.scheduling with type arguments of type RepositoryJobModifierConstructorDescriptionRepositoryJobInfo
(String name, Class<? extends RepositoryJob> jobClass) Create a job within the default group.RepositoryJobInfo
(String name, String group, Class<? extends RepositoryJob> jobClass) Create a job.