Uses of Enum Class
io.jenkins.plugins.pipelinegraphview.analysis.GenericStatus
Packages that use GenericStatus
Package
Description
-
Uses of GenericStatus in io.jenkins.plugins.pipelinegraphview.analysis
Methods in io.jenkins.plugins.pipelinegraphview.analysis that return GenericStatusModifier and TypeMethodDescriptionstatic GenericStatusStatusAndTiming.coerceStatusApi(GenericStatus rawStatus, StatusAndTiming.StatusApiVersion desiredVersion) Use this to permit consuming this API without having to be aware of newGenericStatuscodes.static GenericStatusStatusAndTiming.computeChunkStatus(org.jenkinsci.plugins.workflow.job.WorkflowRun run, org.jenkinsci.plugins.workflow.graph.FlowNode before, org.jenkinsci.plugins.workflow.graph.FlowNode firstNode, org.jenkinsci.plugins.workflow.graph.FlowNode lastNode, org.jenkinsci.plugins.workflow.graph.FlowNode after) Deprecated.static GenericStatusStatusAndTiming.computeChunkStatus(org.jenkinsci.plugins.workflow.job.WorkflowRun run, org.jenkinsci.plugins.workflow.graphanalysis.MemoryFlowChunk chunk) Deprecated.static GenericStatusStatusAndTiming.computeChunkStatus2(org.jenkinsci.plugins.workflow.job.WorkflowRun run, org.jenkinsci.plugins.workflow.graph.FlowNode before, org.jenkinsci.plugins.workflow.graph.FlowNode firstNode, org.jenkinsci.plugins.workflow.graph.FlowNode lastNode, org.jenkinsci.plugins.workflow.graph.FlowNode after) Compute the overall status for a chunk comprising firstNode through lastNode, inclusivestatic GenericStatusStatusAndTiming.computeChunkStatus2(org.jenkinsci.plugins.workflow.job.WorkflowRun run, org.jenkinsci.plugins.workflow.graphanalysis.MemoryFlowChunk chunk) Return status or null if not executed all (null FlowExecution) Note: API consumers MUST useStatusAndTiming.coerceStatusApi(GenericStatus, StatusApiVersion)on outputs to safely handle addition of new statuses.static GenericStatusStatusAndTiming.condenseStatus(Collection<GenericStatus> statuses) Combines the status results from a list of parallel branches to report a single overall statusstatic GenericStatusGenericStatus.fromResult(Result result) Create aGenericStatusfrom aResultstatic GenericStatusReturns the enum constant of this class with the specified name.static GenericStatus[]GenericStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.pipelinegraphview.analysis that return types with arguments of type GenericStatusModifier and TypeMethodDescriptionstatic Map<String,GenericStatus> StatusAndTiming.computeBranchStatuses(org.jenkinsci.plugins.workflow.job.WorkflowRun run, org.jenkinsci.plugins.workflow.graph.FlowNode parallelStart, List<org.jenkinsci.plugins.workflow.graph.BlockStartNode> branchStarts, List<org.jenkinsci.plugins.workflow.graph.FlowNode> branchEnds, org.jenkinsci.plugins.workflow.graph.FlowNode parallelEnd) Deprecated.static Map<String,GenericStatus> StatusAndTiming.computeBranchStatuses(org.jenkinsci.plugins.workflow.job.WorkflowRun run, org.jenkinsci.plugins.workflow.graphanalysis.ParallelMemoryFlowChunk parallel) Deprecated.static Map<String,GenericStatus> StatusAndTiming.computeBranchStatuses2(org.jenkinsci.plugins.workflow.job.WorkflowRun run, org.jenkinsci.plugins.workflow.graph.FlowNode parallelStart, List<org.jenkinsci.plugins.workflow.graph.BlockStartNode> branchStarts, List<org.jenkinsci.plugins.workflow.graph.FlowNode> branchEnds, org.jenkinsci.plugins.workflow.graph.FlowNode parallelEnd) Compute status codes for a set of parallel branches.static Map<String,GenericStatus> StatusAndTiming.computeBranchStatuses2(org.jenkinsci.plugins.workflow.job.WorkflowRun run, org.jenkinsci.plugins.workflow.graphanalysis.ParallelMemoryFlowChunk parallel) Get statuses for each branch - note: some statuses may be null, API consumers MUST useStatusAndTiming.coerceStatusApi(GenericStatus, StatusApiVersion)on outputs to safely handle addition of new statuses.StatusAndTiming.StatusApiVersion.getAllowedStatuses()Get set of legal status valuesMethods in io.jenkins.plugins.pipelinegraphview.analysis with parameters of type GenericStatusModifier and TypeMethodDescriptionstatic GenericStatusStatusAndTiming.coerceStatusApi(GenericStatus rawStatus, StatusAndTiming.StatusApiVersion desiredVersion) Use this to permit consuming this API without having to be aware of newGenericStatuscodes.Method parameters in io.jenkins.plugins.pipelinegraphview.analysis with type arguments of type GenericStatusModifier and TypeMethodDescriptionstatic GenericStatusStatusAndTiming.condenseStatus(Collection<GenericStatus> statuses) Combines the status results from a list of parallel branches to report a single overall status -
Uses of GenericStatus in io.jenkins.plugins.pipelinegraphview.treescanner
Fields in io.jenkins.plugins.pipelinegraphview.treescanner declared as GenericStatusFields in io.jenkins.plugins.pipelinegraphview.treescanner with type parameters of type GenericStatusModifier and TypeFieldDescriptionprotected Map<String,GenericStatus> ParallelBlockRelationship.branchStatuses -
Uses of GenericStatus in io.jenkins.plugins.pipelinegraphview.utils
Constructors in io.jenkins.plugins.pipelinegraphview.utils with parameters of type GenericStatusModifierConstructorDescriptionNodeRunStatus(GenericStatus status) NodeRunStatus(GenericStatus status, boolean skipped)