com.atlassian.jira.rest.v2.issue.version
Interface VersionIssueCountsBeanFactory

All Known Implementing Classes:
VersionIssueCountsBeanFactoryImpl

public interface VersionIssueCountsBeanFactory

Simple factory used to create version issue counts bean from versions and count data.

Since:
v4.4

Method Summary
 VersionIssueCountsBean createVersionBean(Version version, long fixIssueCount, long affectsIssueCount)
          Create a VersionBean given the passed Version.
 

Method Detail

createVersionBean

VersionIssueCountsBean createVersionBean(Version version,
                                         long fixIssueCount,
                                         long affectsIssueCount)
Create a VersionBean given the passed Version.

Parameters:
version - the version to convert.
fixIssueCount - the version to convert.
affectsIssueCount - the version to convert.
Returns:
the VersionIssueCountsBean from the passed Version.


Copyright © 2002-2012 Atlassian. All Rights Reserved.