net.nemerosa.ontrack.model.support.JobProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-model Show documentation
Show all versions of ontrack-model Show documentation
Ontrack module: ontrack-model
package net.nemerosa.ontrack.model.support;
import net.nemerosa.ontrack.job.JobRegistration;
import java.util.Collection;
/**
* Interface implemented by services which need to register jobs at startup.
*/
public interface JobProvider {
/**
* Gets the list of jobs to register at startup
*/
Collection getStartingJobs();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy