Klasse VersionIssueCounts.VersionIssueCountsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.VersionIssueCounts.VersionIssueCountsBuilder
- Umschließende Klasse:
VersionIssueCounts
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
customFieldUsage
public VersionIssueCounts.VersionIssueCountsBuilder customFieldUsage(List<VersionUsageInCustomField> customFieldUsage) List of custom fields using the version.- Gibt zurück:
this
.
-
issueCountWithCustomFieldsShowingVersion
public VersionIssueCounts.VersionIssueCountsBuilder issueCountWithCustomFieldsShowingVersion(Long issueCountWithCustomFieldsShowingVersion) Count of issues where a version custom field is set to the version.- Gibt zurück:
this
.
-
issuesAffectedCount
Count of issues where theaffectedVersion
is set to the version.- Gibt zurück:
this
.
-
issuesFixedCount
Count of issues where thefixVersion
is set to the version.- Gibt zurück:
this
.
-
self
The URL of these count details.- Gibt zurück:
this
.
-
build
-
toString
-