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 Summary
Constructors Constructor Description StashTriggerQuartzJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext jobExecutionContext)
void
setOsgiServiceProxyFactory(OsgiServiceProxyFactory osgiServiceProxyFactory)
void
setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
Methods inherited from class com.atlassian.bamboo.trigger.polling.PollingTriggerQuartzJob
executeForTriggerDefinition, setEventPublisher
-
-
-
-
Method Detail
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
- Specified by:
execute
in interfaceorg.quartz.Job
- Overrides:
execute
in classPollingTriggerQuartzJob
- Throws:
org.quartz.JobExecutionException
-
setOsgiServiceProxyFactory
public void setOsgiServiceProxyFactory(OsgiServiceProxyFactory osgiServiceProxyFactory)
-
setPluginAccessor
public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-