com.atlassian.scheduler.compat.local
Class LocalOnlyPluginJob

java.lang.Object
  extended by com.atlassian.scheduler.compat.local.LocalOnlyPluginJob
All Implemented Interfaces:
com.atlassian.sal.api.scheduling.PluginJob

public class LocalOnlyPluginJob
extends Object
implements com.atlassian.sal.api.scheduling.PluginJob

Provides the glue between SAL's PluginJob and our own JobHandler

Since:
v1.0

Constructor Summary
LocalOnlyPluginJob()
           
 
Method Summary
 void execute(Map<String,Object> jobDataMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalOnlyPluginJob

public LocalOnlyPluginJob()
Method Detail

execute

public void execute(Map<String,Object> jobDataMap)
Specified by:
execute in interface com.atlassian.sal.api.scheduling.PluginJob


Copyright © 2014 Atlassian. All Rights Reserved.