com.atlassian.bamboo.plugins.stash.trigger
Class StashTriggerQuartzJob

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

public class StashTriggerQuartzJob
extends PollingTriggerQuartzJob
implements org.quartz.Job


Constructor Summary
StashTriggerQuartzJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
 void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Methods inherited from class com.atlassian.bamboo.trigger.polling.PollingTriggerQuartzJob
executeForTriggerDefinition, setEventPublisher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StashTriggerQuartzJob

public StashTriggerQuartzJob()
Method Detail

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

setPluginAccessor

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


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.