| Package | Description |
|---|---|
| com.atlassian.jira.plugins.workflowdesigner.validation.api.result | |
| com.atlassian.jira.plugins.workflowdesigner.validation.spi |
| Modifier and Type | Method and Description |
|---|---|
WorkflowValidationResult |
WorkflowValidationResult.Builder.build()
Execute this builder.
|
static WorkflowValidationResult |
WorkflowValidationResult.ok()
Constructs a new instance of this class without any problems.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.addValidation(WorkflowValidationResult validationResult)
Merge another validation result to this builder.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowValidationResult |
GraphValidator.validate(WorkflowGraph workflow)
Validate a workflow graph.
|
Copyright © 2023 Atlassian. All rights reserved.