Klasse VersionIssuesStatus.VersionIssuesStatusBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.VersionIssuesStatus.VersionIssuesStatusBuilder
- Umschließende Klasse:
VersionIssuesStatus
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Count of issues with status *done*.inProgress
(Long inProgress) Count of issues with status *in progress*.Count of issues with status *to do*.toString()
Count of issues with a status other than *to do*, *in progress*, and *done*.
-
Methodendetails
-
done
Count of issues with status *done*.- Gibt zurück:
this
.
-
inProgress
Count of issues with status *in progress*.- Gibt zurück:
this
.
-
toDo
Count of issues with status *to do*.- Gibt zurück:
this
.
-
unmapped
Count of issues with a status other than *to do*, *in progress*, and *done*.- Gibt zurück:
this
.
-
build
-
toString
-