Class JiraExpressionForAnalysis
java.lang.Object
io.github.primelib.jira4j.restv2.model.JiraExpressionForAnalysis
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionForAnalysis
extends Object
JiraExpressionForAnalysis
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionContext variables and their types.The list of Jira expressions to analyse. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofJiraExpressionForAnalysis
.Constructs a validated instance ofJiraExpressionForAnalysis
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
Context variables and their types.contextVariables
(Map<String, String> contextVariables) Context variables and their types.boolean
The list of Jira expressions to analyse.expressions
(List<String> expressions) The list of Jira expressions to analyse.int
hashCode()
toString()
-
Field Details
-
contextVariables
Context variables and their types. The type checker assumes that [common context variables](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#context-variables), such asissue
orproject
, are available in context and sets their type. Use this property to override the default types or provide details of new variables. -
expressions
The list of Jira expressions to analyse.
-
-
Constructor Details
-
JiraExpressionForAnalysis
Constructs a validated instance ofJiraExpressionForAnalysis
.- Parameters:
spec
- the specification to process
-
JiraExpressionForAnalysis
@Internal public JiraExpressionForAnalysis(Map<String, String> contextVariables, List<String> expressions) Constructs a validated instance ofJiraExpressionForAnalysis
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraExpressionForAnalysis(Consumer)
instead.- Parameters:
contextVariables
- Context variables and their types. The type checker assumes that [common context variables](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#context-variables), such asissue
orproject
, are available in context and sets their type. Use this property to override the default types or provide details of new variables.expressions
- The list of Jira expressions to analyse.
-
JiraExpressionForAnalysis
protected JiraExpressionForAnalysis()
-
-
Method Details
-
builder
-
contextVariables
Context variables and their types. The type checker assumes that [common context variables](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#context-variables), such asissue
orproject
, are available in context and sets their type. Use this property to override the default types or provide details of new variables. -
expressions
The list of Jira expressions to analyse. -
contextVariables
Context variables and their types. The type checker assumes that [common context variables](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#context-variables), such asissue
orproject
, are available in context and sets their type. Use this property to override the default types or provide details of new variables.- Returns:
this
.
-
expressions
The list of Jira expressions to analyse.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-