Class HistoryMetadataManager.HistoryMetadataResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.issue.changehistory.metadata.HistoryMetadataManager.HistoryMetadataResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- HistoryMetadataManager
@ExperimentalApi
public static class HistoryMetadataManager.HistoryMetadataResult
extends ServiceResultImpl
Holds the information about retrieving history metadata, or errors encountered
- See Also:
-
Method Summary
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Method Details
-
getHistoryMetadata
- Returns:
- the retrieved history metadata, null if not defined
-