Uses of Enum Class
io.jenkins.plugins.pipelinegraphview.utils.BlueRun.BlueRunState
Packages that use BlueRun.BlueRunState
-
Uses of BlueRun.BlueRunState in io.jenkins.plugins.pipelinegraphview.utils
Fields in io.jenkins.plugins.pipelinegraphview.utils declared as BlueRun.BlueRunStateMethods in io.jenkins.plugins.pipelinegraphview.utils that return BlueRun.BlueRunStateModifier and TypeMethodDescriptionNodeRunStatus.getState()static BlueRun.BlueRunStateReturns the enum constant of this class with the specified name.static BlueRun.BlueRunState[]BlueRun.BlueRunState.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 BlueRun.BlueRunStateModifierConstructorDescriptionNodeRunStatus(BlueRun.BlueRunResult result, BlueRun.BlueRunState state)