Class PullRequestDetectionJobScheduler
- java.lang.Object
-
- com.atlassian.bamboo.plan.pullrequest.PullRequestDetectionJobScheduler
-
public class PullRequestDetectionJobScheduler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PR_DETECTION
-
Constructor Summary
Constructors Constructor Description PullRequestDetectionJobScheduler(org.quartz.Scheduler scheduler, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reschedulePullRequestDetecting()
void
schedulePullRequestDetecting()
-
-
-
Field Detail
-
PR_DETECTION
public static final String PR_DETECTION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PullRequestDetectionJobScheduler
public PullRequestDetectionJobScheduler(org.quartz.Scheduler scheduler, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
-
Method Detail
-
schedulePullRequestDetecting
public void schedulePullRequestDetecting() throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
-
reschedulePullRequestDetecting
public void reschedulePullRequestDetecting() throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
-
-