All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almworks.jira.structure.api.job.ScheduledJobManager Maven / Gradle / Ivy

There is a newer version: 17.25.3
Show newest version
package com.almworks.jira.structure.api.job;

public interface ScheduledJobManager {
  void addJob(String propertyKey, ScheduledJob job);

  void forceRun(String propertyKey);

  void removeJob(String propertyKey);

  long getLastRunTime(String propertyKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy