Klasse JexpIssuesJql.JexpIssuesJqlBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.JexpIssuesJql.JexpIssuesJqlBuilder
- Umschließende Klasse:
JexpIssuesJql
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
maxResults
(Integer maxResults) The maximum number of issues to return from the JQL query.The JQL query.The index of the first issue to return from the JQL query.toString()
validation
(JexpIssuesJql.ValidationEnum validation) Determines how to validate the JQL query and treat the validation results.
-
Methodendetails
-
maxResults
The maximum number of issues to return from the JQL query. Inspectmeta.issues.jql.maxResults
in the response to ensure the maximum value has not been exceeded.- Gibt zurück:
this
.
-
query
The JQL query.- Gibt zurück:
this
.
-
startAt
The index of the first issue to return from the JQL query.- Gibt zurück:
this
.
-
validation
Determines how to validate the JQL query and treat the validation results.- Gibt zurück:
this
.
-
build
-
toString
-