Klasse CreateWorkflowTransitionDetailsRules.CreateWorkflowTransitionDetailsRulesBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateWorkflowTransitionDetailsRules.CreateWorkflowTransitionDetailsRulesBuilder
- Umschließende Klasse:
CreateWorkflowTransitionDetailsRules
public static class CreateWorkflowTransitionDetailsRules.CreateWorkflowTransitionDetailsRulesBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
postFunctions
(List<CreateWorkflowTransitionRule> postFunctions) The workflow post functions.toString()
validators
(List<CreateWorkflowTransitionRule> validators) The workflow validators.
-
Methodendetails
-
conditions
public CreateWorkflowTransitionDetailsRules.CreateWorkflowTransitionDetailsRulesBuilder conditions(CreateWorkflowTransitionRulesDetailsConditions conditions) - Gibt zurück:
this
.
-
postFunctions
public CreateWorkflowTransitionDetailsRules.CreateWorkflowTransitionDetailsRulesBuilder postFunctions(List<CreateWorkflowTransitionRule> postFunctions) The workflow post functions. **Note:** The default post functions are always added to the *initial* transition, as in: "postFunctions": [ { "type": "IssueCreateFunction" }, { "type": "IssueReindexFunction" }, { "type": "FireIssueEventFunction", "configuration": { "event": { "id": "1", "name": "issue_created" } } } ] **Note:** The default post functions are always added to the *global* and *directed* transitions, as in: "postFunctions": [ { "type": "UpdateIssueStatusFunction" }, { "type": "CreateCommentFunction" }, { "type": "GenerateChangeHistoryFunction" }, { "type": "IssueReindexFunction" }, { "type": "FireIssueEventFunction", "configuration": { "event": { "id": "13", "name": "issue_generic" } } } ]- Gibt zurück:
this
.
-
validators
public CreateWorkflowTransitionDetailsRules.CreateWorkflowTransitionDetailsRulesBuilder validators(List<CreateWorkflowTransitionRule> validators) The workflow validators. **Note:** The default permission validator is always added to the *initial* transition, as in: "validators": [ { "type": "PermissionValidator", "configuration": { "permissionKey": "CREATE_ISSUES" } } ]- Gibt zurück:
this
.
-
build
-
toString
-