Uses of Enum Class
io.jenkins.plugins.pipelinegraphview.utils.FlowNodeWrapper.NodeType
Packages that use FlowNodeWrapper.NodeType
-
Uses of FlowNodeWrapper.NodeType in io.jenkins.plugins.pipelinegraphview.utils
Fields in io.jenkins.plugins.pipelinegraphview.utils declared as FlowNodeWrapper.NodeTypeMethods in io.jenkins.plugins.pipelinegraphview.utils that return FlowNodeWrapper.NodeTypeModifier and TypeMethodDescriptionFlowNodeWrapper.getType()FlowNodeWrapper.setType()static FlowNodeWrapper.NodeTypeReturns the enum constant of this class with the specified name.static FlowNodeWrapper.NodeType[]FlowNodeWrapper.NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.pipelinegraphview.utils with parameters of type FlowNodeWrapper.NodeTypeModifierConstructorDescriptionFlowNodeWrapper(org.jenkinsci.plugins.workflow.graph.FlowNode node, NodeRunStatus status, TimingInfo timingInfo, org.jenkinsci.plugins.workflow.support.steps.input.InputStep inputStep, org.jenkinsci.plugins.workflow.job.WorkflowRun run, FlowNodeWrapper.NodeType type)