Class VersionIssueCounts.VersionIssueCountsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionIssueCounts.VersionIssueCountsBuilder
- Enclosing class:
- VersionIssueCounts
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
customFieldUsage
(List<VersionUsageInCustomField> customFieldUsage) List of custom fields using the version.issueCountWithCustomFieldsShowingVersion
(Long issueCountWithCustomFieldsShowingVersion) Count of issues where a version custom field is set to the version.issuesAffectedCount
(Long issuesAffectedCount) Count of issues where theaffectedVersion
is set to the version.issuesFixedCount
(Long issuesFixedCount) Count of issues where thefixVersion
is set to the version.The URL of these count details.toString()
-
Method Details
-
customFieldUsage
public VersionIssueCounts.VersionIssueCountsBuilder customFieldUsage(List<VersionUsageInCustomField> customFieldUsage) List of custom fields using the version.- Returns:
this
.
-
issueCountWithCustomFieldsShowingVersion
public VersionIssueCounts.VersionIssueCountsBuilder issueCountWithCustomFieldsShowingVersion(Long issueCountWithCustomFieldsShowingVersion) Count of issues where a version custom field is set to the version.- Returns:
this
.
-
issuesAffectedCount
Count of issues where theaffectedVersion
is set to the version.- Returns:
this
.
-
issuesFixedCount
Count of issues where thefixVersion
is set to the version.- Returns:
this
.
-
self
The URL of these count details.- Returns:
this
.
-
build
-
toString
-