Class VersionIssuesStatus.VersionIssuesStatusBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.VersionIssuesStatus.VersionIssuesStatusBuilder
- Enclosing class:
- VersionIssuesStatus
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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*.
-
Method Details
-
done
Count of issues with status *done*.- Returns:
this
.
-
inProgress
Count of issues with status *in progress*.- Returns:
this
.
-
toDo
Count of issues with status *to do*.- Returns:
this
.
-
unmapped
Count of issues with a status other than *to do*, *in progress*, and *done*.- Returns:
this
.
-
build
-
toString
-