Klasse EvaluateJiraExpressionOperationSpec.EvaluateJiraExpressionOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.EvaluateJiraExpressionOperationSpec.EvaluateJiraExpressionOperationSpecBuilder
- Umschließende Klasse:
EvaluateJiraExpressionOperationSpec
public static class EvaluateJiraExpressionOperationSpec.EvaluateJiraExpressionOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Use [expand](#expansion) to include additional information in the response.jiraExpressionEvalRequestBean
(@NotNull JiraExpressionEvalRequestBean jiraExpressionEvalRequestBean) The Jira expression and the evaluation context.toString()
-
Methodendetails
-
jiraExpressionEvalRequestBean
public EvaluateJiraExpressionOperationSpec.EvaluateJiraExpressionOperationSpecBuilder jiraExpressionEvalRequestBean(@NotNull @NotNull JiraExpressionEvalRequestBean jiraExpressionEvalRequestBean) The Jira expression and the evaluation context.- Gibt zurück:
this
.
-
expand
public EvaluateJiraExpressionOperationSpec.EvaluateJiraExpressionOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information in the response. This parameter acceptsmeta.complexity
that returns information about the expression complexity. For example, the number of expensive operations used by the expression and how close the expression is to reaching the [complexity limit](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#restrictions). Useful when designing and debugging your expressions.- Gibt zurück:
this
.
-
build
-
toString
-