com.atlassian.sal.jira.scheduling
Class JiraPluginSchedulerServiceDescriptor

java.lang.Object
  extended by com.atlassian.sal.jira.scheduling.JiraPluginSchedulerServiceDescriptor

public class JiraPluginSchedulerServiceDescriptor
extends Object

Holds information about a PluginJob for storing in a String to descriptor Map. This is needed because JIRA services won't allow anything but Strings to be stored in its descriptor map, but we need the Map stored.


Constructor Summary
JiraPluginSchedulerServiceDescriptor()
           
 
Method Summary
 Class<? extends com.atlassian.sal.api.scheduling.PluginJob> getJob()
           
 Map getJobDataMap()
           
 void setJob(Class<? extends com.atlassian.sal.api.scheduling.PluginJob> job)
           
 void setJobDataMap(Map jobDataMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraPluginSchedulerServiceDescriptor

public JiraPluginSchedulerServiceDescriptor()
Method Detail

getJob

public Class<? extends com.atlassian.sal.api.scheduling.PluginJob> getJob()

setJob

public void setJob(Class<? extends com.atlassian.sal.api.scheduling.PluginJob> job)

getJobDataMap

public Map getJobDataMap()

setJobDataMap

public void setJobDataMap(Map jobDataMap)


Copyright © 2002-2013 Atlassian. All Rights Reserved.