Class ScheduledJobsNotFoundProblem


  • public class ScheduledJobsNotFoundProblem
    extends Problem
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
      • Fields inherited from class org.jobrunr.dashboard.ui.model.problems.Problem

        type
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getJobsNotFound()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduledJobsNotFoundProblem

        public ScheduledJobsNotFoundProblem​(java.util.Set<java.lang.String> jobsNotFound)
    • Method Detail

      • getJobsNotFound

        public java.util.Set<java.lang.String> getJobsNotFound()