public interface VersionIssueCountsBeanFactory
| Modifier and Type | Method and Description |
|---|---|
VersionIssueCountsBean |
createVersionBean(Version version,
long fixIssueCount,
long affectsIssueCount,
long issueCountWithCustomFieldsShowingVersion,
Collection<CustomFieldWithVersionUsage> customFieldUsageList)
Create a VersionBean given the passed Version.
|
VersionIssueCountsBean createVersionBean(Version version, long fixIssueCount, long affectsIssueCount, long issueCountWithCustomFieldsShowingVersion, @Nullable Collection<CustomFieldWithVersionUsage> customFieldUsageList)
version - the version to convert.fixIssueCount - the version to convert.affectsIssueCount - the version to convert.issueCountWithCustomFieldsShowingVersion - number of issues where custom fields shows given versioncustomFieldUsageList - custom fields names affected by versionCopyright © 2002-2019 Atlassian. All Rights Reserved.