public class VersionUnresolvedIssueCountsBeanFactoryImpl extends Object implements VersionUnresolvedIssueCountsBeanFactory
VersionUnresolvedIssueCountsBeanFactory
that provides URL information for the Version to the created VersionUnresolvedIssueCountsBean.| Constructor and Description |
|---|
VersionUnresolvedIssueCountsBeanFactoryImpl(javax.ws.rs.core.UriInfo info) |
| Modifier and Type | Method and Description |
|---|---|
VersionUnresolvedIssueCountsBean |
createVersionBean(Version version,
long unresolvedIssueCount)
Creates a
VersionUnresolvedIssueCountsBean based on the data provided |
public VersionUnresolvedIssueCountsBeanFactoryImpl(javax.ws.rs.core.UriInfo info)
public VersionUnresolvedIssueCountsBean createVersionBean(Version version, long unresolvedIssueCount)
VersionUnresolvedIssueCountsBeanFactoryVersionUnresolvedIssueCountsBean based on the data providedcreateVersionBean in interface VersionUnresolvedIssueCountsBeanFactoryversion - version containing the unresolved issuesunresolvedIssueCount - the number of unresolved issues in the versionVersionUnresolvedIssueCountsBean for the passed in versionCopyright © 2002-2019 Atlassian. All Rights Reserved.