Klasse JiraExpressionForAnalysis
java.lang.Object
io.github.primelib.jira4j.restv2.model.JiraExpressionForAnalysis
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionForAnalysis
extends Object
JiraExpressionForAnalysis
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungContext variables and their types.The list of Jira expressions to analyse. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofJiraExpressionForAnalysis.Constructs a validated instance ofJiraExpressionForAnalysis. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanContext variables and their types.contextVariables(Map<String, String> contextVariables) Context variables and their types.booleanThe list of Jira expressions to analyse.expressions(List<String> expressions) The list of Jira expressions to analyse.inthashCode()toString()
-
Felddetails
-
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 asissueorproject, 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.
-
-
Konstruktordetails
-
JiraExpressionForAnalysis
Constructs a validated instance ofJiraExpressionForAnalysis.- Parameter:
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.- Parameter:
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 asissueorproject, 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()
-
-
Methodendetails
-
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 asissueorproject, 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 asissueorproject, are available in context and sets their type. Use this property to override the default types or provide details of new variables.- Gibt zurück:
this.
-
expressions
The list of Jira expressions to analyse.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-