com.atlassian.bamboo.jira.jirametadata
Class JiraMetaDataManagerImpl

java.lang.Object
  extended by com.atlassian.bamboo.jira.jirametadata.JiraMetaDataManagerImpl
All Implemented Interfaces:
JiraMetaDataManager

public class JiraMetaDataManagerImpl
extends java.lang.Object
implements JiraMetaDataManager


Constructor Summary
JiraMetaDataManagerImpl()
           
 
Method Summary
 void clearCache()
          Clears any cached data, if applicable.
protected  com.atlassian.jira.rpc.soap.client.JiraSoapService getJiraSoapService(JiraServerDefinition jiraServerDefinition)
           
 java.util.Map<java.lang.String,JiraStatus> getJiraStatusMap()
          Retrieves a map of JiraStatus objects to their code for matching with RemoteIssue contents
 java.util.Map<java.lang.String,JiraType> getJiraTypeMap()
          Retrieves a map of JiraType objects to their type code.
 void setJiraServerManager(JiraServerManager jiraServerManager)
           
 void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraMetaDataManagerImpl

public JiraMetaDataManagerImpl()
Method Detail

getJiraStatusMap

@NotNull
public java.util.Map<java.lang.String,JiraStatus> getJiraStatusMap()
                                                            throws java.lang.Exception
Description copied from interface: JiraMetaDataManager
Retrieves a map of JiraStatus objects to their code for matching with RemoteIssue contents

Specified by:
getJiraStatusMap in interface JiraMetaDataManager
Returns:
Throws:
java.lang.Exception

getJiraTypeMap

@NotNull
public java.util.Map<java.lang.String,JiraType> getJiraTypeMap()
                                                        throws java.lang.Exception
Description copied from interface: JiraMetaDataManager
Retrieves a map of JiraType objects to their type code.

Specified by:
getJiraTypeMap in interface JiraMetaDataManager
Returns:
Throws:
java.lang.Exception

clearCache

public void clearCache()
Description copied from interface: JiraMetaDataManager

Clears any cached data, if applicable.

Specified by:
clearCache in interface JiraMetaDataManager

setJiraServerManager

public void setJiraServerManager(JiraServerManager jiraServerManager)

setPluginAccessor

public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)

getJiraSoapService

protected com.atlassian.jira.rpc.soap.client.JiraSoapService getJiraSoapService(JiraServerDefinition jiraServerDefinition)
                                                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2010 Atlassian. All Rights Reserved.