com.atlassian.jira.rest.v2.issue.version
Class VersionUnresolvedIssueCountsBeanFactoryImpl

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.version.VersionUnresolvedIssueCountsBeanFactoryImpl
All Implemented Interfaces:
VersionUnresolvedIssueCountsBeanFactory

public class VersionUnresolvedIssueCountsBeanFactoryImpl
extends Object
implements VersionUnresolvedIssueCountsBeanFactory

Simple boilerplate implementation of VersionUnresolvedIssueCountsBeanFactory that provides URL information for the Version to the created VersionUnresolvedIssueCountsBean.

Since:
v4.4

Constructor Summary
VersionUnresolvedIssueCountsBeanFactoryImpl(javax.ws.rs.core.UriInfo info)
           
 
Method Summary
 VersionUnresolvedIssueCountsBean createVersionBean(Version version, long unresolvedIssueCount)
          Creates a VersionUnresolvedIssueCountsBean based on the data provided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionUnresolvedIssueCountsBeanFactoryImpl

public VersionUnresolvedIssueCountsBeanFactoryImpl(javax.ws.rs.core.UriInfo info)
Method Detail

createVersionBean

public VersionUnresolvedIssueCountsBean createVersionBean(Version version,
                                                          long unresolvedIssueCount)
Description copied from interface: VersionUnresolvedIssueCountsBeanFactory
Creates a VersionUnresolvedIssueCountsBean based on the data provided

Specified by:
createVersionBean in interface VersionUnresolvedIssueCountsBeanFactory
Parameters:
version - version containing the unresolved issues
unresolvedIssueCount - the number of unresolved issues in the version
Returns:
the VersionUnresolvedIssueCountsBean for the passed in version


Copyright © 2002-2013 Atlassian. All Rights Reserved.