com.atlassian.sal.ctk.test
Class PluginSchedulerTest.TestJob
java.lang.Object
com.atlassian.sal.ctk.test.PluginSchedulerTest.TestJob
- All Implemented Interfaces:
- PluginJob
- Enclosing class:
- PluginSchedulerTest
public static class PluginSchedulerTest.TestJob
- extends Object
- implements PluginJob
|
Field Summary |
static boolean |
called
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
called
public static boolean called
PluginSchedulerTest.TestJob
public PluginSchedulerTest.TestJob()
execute
public void execute(Map<String,Object> jobDataMap)
- Description copied from interface:
PluginJob
- Execute this job
- Specified by:
execute in interface PluginJob
- Parameters:
jobDataMap - Any data the job needs to execute. Changes to this data will be remembered between executions.
Copyright © 2010 Atlassian. All Rights Reserved.