Klasse AvailableWorkflowConnectRule.AvailableWorkflowConnectRuleBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.AvailableWorkflowConnectRule.AvailableWorkflowConnectRuleBuilder
- Umschließende Klasse:
AvailableWorkflowConnectRule
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe add-on providing the rule.build()
The URL creation path segment defined in the Connect module.description
(String description) The rule description.The URL edit path segment defined in the Connect module.The module providing the rule.The rule name.The rule key.The rule type.toString()
The URL view path segment defined in the Connect module.
-
Methodendetails
-
addonKey
The add-on providing the rule.- Gibt zurück:
this
.
-
createUrl
The URL creation path segment defined in the Connect module.- Gibt zurück:
this
.
-
description
public AvailableWorkflowConnectRule.AvailableWorkflowConnectRuleBuilder description(String description) The rule description.- Gibt zurück:
this
.
-
editUrl
The URL edit path segment defined in the Connect module.- Gibt zurück:
this
.
-
moduleKey
The module providing the rule.- Gibt zurück:
this
.
-
name
The rule name.- Gibt zurück:
this
.
-
ruleKey
The rule key.- Gibt zurück:
this
.
-
ruleType
public AvailableWorkflowConnectRule.AvailableWorkflowConnectRuleBuilder ruleType(AvailableWorkflowConnectRule.RuleTypeEnum ruleType) The rule type.- Gibt zurück:
this
.
-
viewUrl
The URL view path segment defined in the Connect module.- Gibt zurück:
this
.
-
build
-
toString
-