Class SchedulerControl

    • Constructor Detail

      • SchedulerControl

        public SchedulerControl​(BambooEnvironmentData bambooEnvironmentData)
        Parameterized constructor.
        Parameters:
        bambooEnvironmentData - the environment data used when testing
    • Method Detail

      • getJobs

        public List<ScheduledJob> getJobs()
                                   throws Exception
        Gets the collection of jobs currently scheduled to be run.
        Returns:
        the collection of currently scheduled jobs
        Throws:
        Exception