Class StashTriggerQuartzJob

java.lang.Object
com.atlassian.bamboo.trigger.polling.PollingTriggerQuartzJob
com.atlassian.bamboo.plugins.stash.trigger.StashTriggerQuartzJob
All Implemented Interfaces:
org.quartz.Job

public class StashTriggerQuartzJob extends PollingTriggerQuartzJob implements org.quartz.Job
  • Constructor Details

    • StashTriggerQuartzJob

      public StashTriggerQuartzJob()
  • Method Details

    • execute

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

      public void setOsgiServiceProxyFactory(OsgiServiceProxyFactory osgiServiceProxyFactory)
    • setPluginAccessor

      public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)