com.atlassian.bamboo.jira.jirametadata
Interface JiraMetaDataManager

All Known Implementing Classes:
JiraMetaDataManagerCache, JiraMetaDataManagerImpl

public interface JiraMetaDataManager

Manages retrieval of meta data from the jira server


Method Summary
 void clearCache()
          Clears any cached data, if applicable.
 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.
 

Method Detail

getJiraStatusMap

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

Returns:
Throws:
java.lang.Exception

getJiraTypeMap

@NotNull
java.util.Map<java.lang.String,JiraType> getJiraTypeMap()
                                                        throws java.lang.Exception
Retrieves a map of JiraType objects to their type code.

Returns:
Throws:
java.lang.Exception

clearCache

void clearCache()

Clears any cached data, if applicable.



Copyright © 2011 Atlassian. All Rights Reserved.