com.atlassian.sal.ctk.test
Class PluginSchedulerTest.TestJob

java.lang.Object
  extended by 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
           
 
Constructor Summary
PluginSchedulerTest.TestJob()
           
 
Method Summary
 void execute(Map<String,Object> jobDataMap)
          Execute this job
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

called

public static boolean called
Constructor Detail

PluginSchedulerTest.TestJob

public PluginSchedulerTest.TestJob()
Method Detail

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.