net.nemerosa.ontrack.job.orchestrator.JobOrchestratorSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-job Show documentation
Show all versions of ontrack-job Show documentation
Abstract management of identified jobs.
package net.nemerosa.ontrack.job.orchestrator;
import net.nemerosa.ontrack.job.JobRegistration;
import java.util.stream.Stream;
@FunctionalInterface
public interface JobOrchestratorSupplier {
Stream collectJobRegistrations();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy