@Immutable public final class WorkflowValidationResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowValidationResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowValidationResult.Builder |
builder()
Creates a new builder WorkflowValidationResult instances.
|
Map<Edge.Id,Collection<Problem>> |
getEdgeProblems()
Gets problems for workflow graph edges.
|
Map<Integer,Collection<Problem>> |
getNodeProblems()
Gets problems for workflow graph nodes;
|
static WorkflowValidationResult |
ok()
Constructs a new instance of this class without any problems.
|
public Map<Integer,Collection<Problem>> getNodeProblems()
public Map<Edge.Id,Collection<Problem>> getEdgeProblems()
public static WorkflowValidationResult ok()
public static WorkflowValidationResult.Builder builder()
Copyright © 2023 Atlassian. All rights reserved.