| Package | Description |
|---|---|
| com.atlassian.jira.plugins.workflowdesigner.validation.api.result |
| Modifier and Type | Method and Description |
|---|---|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.addValidation(WorkflowValidationResult validationResult)
Merge another validation result to this builder.
|
static WorkflowValidationResult.Builder |
WorkflowValidationResult.builder()
Creates a new builder WorkflowValidationResult instances.
|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.edgeProblem(Edge edge,
Problem problem)
Add a problem connected with an edge.
|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.edgeProblems(Edge edge,
Iterable<Problem> problems)
Add a whole collection of problems connected with one edge.
|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.statusProblem(Node node,
Problem problem)
Add a problem connected with a node.
|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.statusProblems(Node node,
Iterable<Problem> problems)
Add a whole collection of problems connected with one node.
|
Copyright © 2023 Atlassian. All rights reserved.