- getAllEdges() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.WorkflowGraph
-
Get all edges in the workflow graph.
- getAllNodes() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.WorkflowGraph
-
Get all nodes in the workflow graph.
- getAllTransitions() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.WorkflowGraph
-
Get all transitions each mapped to all edges they underlie.
- getArguments() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.ConditionLeaf
-
Condition arguments
- getArguments() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.PostFunction
-
- getArguments() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Validator
-
- getChildren() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Condition
-
- getClassName() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.ConditionLeaf
-
Name of the class used to implement the condition.
- getClassName() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.PostFunction
-
- getClassName() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Validator
-
- getCondition() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Transition
-
Condition that must be satisfied for the transition to be available.
- getDestination() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Edge
-
Destination node of this edge.
- getEdgeProblems() - Method in class com.atlassian.jira.plugins.workflowdesigner.validation.api.result.WorkflowValidationResult
-
Gets problems for workflow graph edges.
- getEdges() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Node
-
All edges that go out from this node.
- getId() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Edge
-
Unique edge identifier.
- getId() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Node
-
Unique numeric id of the node in the graph.
- getId() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Transition
-
Unique transition id.
- getMessage() - Method in class com.atlassian.jira.plugins.workflowdesigner.validation.api.result.Problem
-
- getName() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Node
-
Name of the status that underlies the node.
- getName() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Transition
-
Transition name.
- getNodeProblems() - Method in class com.atlassian.jira.plugins.workflowdesigner.validation.api.result.WorkflowValidationResult
-
Gets problems for workflow graph nodes;
- getOrigin() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Edge
-
Source node of this edge.
- getPostFunctions() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Transition
-
Returns a list of all post functions for the transition.
- getProperties() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Node
-
Custom properties of the node.
- getProperties() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Transition
-
Custom properties of the transition.
- getQuickFixHtml() - Method in class com.atlassian.jira.plugins.workflowdesigner.validation.api.result.Problem
-
- getRoot() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.WorkflowGraph
-
Get workflow root node.
- getSeverity() - Method in class com.atlassian.jira.plugins.workflowdesigner.validation.api.result.Problem
-
- getTransition() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Edge
-
Underlying transition.
- getTriggers() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Transition
-
Returns a list of all triggers for the transition.
- getType() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Condition
-
Returns this condition type.
- getType() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Transition
-
Returns the transition type.
- getValidators() - Method in interface com.atlassian.jira.plugins.workflowdesigner.validation.api.graph.Transition
-
Returns a list of all validators for the transition.
- GraphValidator - Interface in com.atlassian.jira.plugins.workflowdesigner.validation.spi
-
Validator for the whole graph.