Package jenkins.model

Class GlobalBuildDiscarderStrategy

    • Constructor Detail

      • GlobalBuildDiscarderStrategy

        public GlobalBuildDiscarderStrategy()
    • Method Detail

      • isApplicable

        public abstract boolean isApplicable​(Job<?,​?> job)
        Returns true if and only if this strategy applies to the given job.
        Returns:
        true if and only if this strategy applies to the given job.