net.nemerosa.ontrack.job.orchestrator.NOPJobOrchestratorSupplier.kt 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 org.springframework.stereotype.Component
import java.util.stream.Stream
@Component
class NOPJobOrchestratorSupplier : JobOrchestratorSupplier {
override fun collectJobRegistrations(): Stream = Stream.empty()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy