Class RuleConfiguration.RuleConfigurationBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.RuleConfiguration.RuleConfigurationBuilder
- Enclosing class:
- RuleConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Whether the rule is disabled.A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).toString()
Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.
-
Method Details
-
disabled
Whether the rule is disabled.- Returns:
this
.
-
tag
A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).- Returns:
this
.
-
value
Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.- Returns:
this
.
-
build
-
toString
-