Class BranchDetectionJob

java.lang.Object
com.atlassian.bamboo.plan.branch.BranchDetectionJob
All Implemented Interfaces:
org.quartz.Job

public class BranchDetectionJob extends Object implements org.quartz.Job
  • Constructor Details

    • BranchDetectionJob

      public BranchDetectionJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException
    • setCachedRepositoryDefinitionManager

      public void setCachedRepositoryDefinitionManager(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
    • setBranchDetectionService

      public void setBranchDetectionService(BranchDetectionService branchDetectionService)