Interface RestBuildMonitoringService

  • All Known Implementing Classes:
    RestBuildMonitoringServiceImpl

    public interface RestBuildMonitoringService
    Rest service layer for build monitoring settings
    Since:
    5.9
    • Method Detail

      • updateRestBuildMonitoring

        void updateRestBuildMonitoring​(RestBuildMonitoring restBuildMonitoring)
                                throws WebValidationException,
                                       org.quartz.SchedulerException
        Updates the build Monitoring settings on bamboo.
        Parameters:
        restBuildMonitoring - The settings to be udpated
        Throws:
        WebValidationException - if there is a problem validating the provided settings
        org.quartz.SchedulerException - if there is a problem with the scheduler