com.atlassian.sal.jira.scheduling
Class JiraPluginSchedulerServiceDescriptor
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiraPluginSchedulerServiceDescriptor
public JiraPluginSchedulerServiceDescriptor()
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-2012 Atlassian. All Rights Reserved.