Klasse JiraExpressionAnalysis.JiraExpressionAnalysisBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionAnalysis.JiraExpressionAnalysisBuilder
- Umschließende Klasse:
JiraExpressionAnalysis
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()complexity(JiraExpressionComplexity complexity) errors(List<JiraExpressionValidationError> errors) A list of validation errors.expression(String expression) The analysed expression.toString()EXPERIMENTAL.Whether the expression is valid and the interpreter will evaluate it.
-
Methodendetails
-
complexity
public JiraExpressionAnalysis.JiraExpressionAnalysisBuilder complexity(JiraExpressionComplexity complexity) - Gibt zurück:
this.
-
errors
public JiraExpressionAnalysis.JiraExpressionAnalysisBuilder errors(List<JiraExpressionValidationError> errors) A list of validation errors. Not included if the expression is valid.- Gibt zurück:
this.
-
expression
The analysed expression.- Gibt zurück:
this.
-
type
EXPERIMENTAL. The inferred type of the expression.- Gibt zurück:
this.
-
valid
Whether the expression is valid and the interpreter will evaluate it. Note that the expression may fail at runtime (for example, if it executes too many expensive operations).- Gibt zurück:
this.
-
build
-
toString
-