| Package | Description |
|---|---|
| io.jenkins.plugins.pipelinegraphview.utils |
| Modifier and Type | Method and Description |
|---|---|
PipelineStage |
PipelineStage.getNextSibling() |
PipelineStage |
PipelineStageInternal.toPipelineStage(List<PipelineStage> children) |
| Modifier and Type | Method and Description |
|---|---|
List<PipelineStage> |
PipelineStage.getChildren() |
List<PipelineStage> |
PipelineGraph.getStages() |
| Modifier and Type | Method and Description |
|---|---|
PipelineStage |
PipelineStageInternal.toPipelineStage(List<PipelineStage> children) |
| Constructor and Description |
|---|
PipelineStage(int id,
String name,
List<PipelineStage> children,
String state,
int completePercent,
String type,
String title,
String seqContainerName,
PipelineStage nextSibling,
boolean sequential) |
| Constructor and Description |
|---|
PipelineGraph(List<PipelineStage> stages,
boolean complete) |
PipelineStage(int id,
String name,
List<PipelineStage> children,
String state,
int completePercent,
String type,
String title,
String seqContainerName,
PipelineStage nextSibling,
boolean sequential) |
Copyright © 2016–2021. All rights reserved.