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
  • Felddetails

    • contextVariables

      protected Map<String,String> 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 as issue or project, are available in context and sets their type. Use this property to override the default types or provide details of new variables.
    • expressions

      protected List<String> expressions
      The list of Jira expressions to analyse.
  • Konstruktordetails

    • JiraExpressionForAnalysis

      public JiraExpressionForAnalysis(Consumer<JiraExpressionForAnalysis> spec)
      Constructs a validated instance of JiraExpressionForAnalysis.
      Parameter:
      spec - the specification to process
    • JiraExpressionForAnalysis

      @Internal public JiraExpressionForAnalysis(Map<String,String> contextVariables, List<String> expressions)
      Constructs a validated instance of JiraExpressionForAnalysis.

      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 as issue or project, 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

      public Map<String,String> 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 as issue or project, are available in context and sets their type. Use this property to override the default types or provide details of new variables.
    • expressions

      public List<String> expressions()
      The list of Jira expressions to analyse.
    • contextVariables

      public JiraExpressionForAnalysis contextVariables(Map<String,String> 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 as issue or project, 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

      public JiraExpressionForAnalysis expressions(List<String> expressions)
      The list of Jira expressions to analyse.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object