com.atlassian.jira.rest.v2.issue.version
Interface VersionUnresolvedIssueCountsBeanFactory
- All Known Implementing Classes:
- VersionUnresolvedIssueCountsBeanFactoryImpl
public interface VersionUnresolvedIssueCountsBeanFactory
Simple factory used to create unresolved issue counts bean from version and count data.
- Since:
- v4.4
createVersionBean
VersionUnresolvedIssueCountsBean createVersionBean(Version version,
long unresolvedIssueCount)
- Creates a
VersionUnresolvedIssueCountsBean
based on the data provided
- Parameters:
version
- version containing the unresolved issuesunresolvedIssueCount
- the number of unresolved issues in the version
- Returns:
- the
VersionUnresolvedIssueCountsBean
for the passed in version
Copyright © 2002-2014 Atlassian. All Rights Reserved.