public class PipelineStage extends Object
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<PipelineStage> |
getChildren() |
int |
getCompletePercent() |
int |
getId() |
boolean |
getIsSequential() |
String |
getName() |
PipelineStage |
getNextSibling() |
String |
getSeqContainerName() |
String |
getState() |
String |
getTitle() |
String |
getType() |
public PipelineStage(int id,
String name,
List<PipelineStage> children,
String state,
int completePercent,
String type,
String title,
String seqContainerName,
PipelineStage nextSibling,
boolean sequential)
public PipelineStage getNextSibling()
public boolean getIsSequential()
public String getSeqContainerName()
public int getId()
public String getName()
public List<PipelineStage> getChildren()
public String getState()
public int getCompletePercent()
public String getType()
public String getTitle()
Copyright © 2016–2021. All rights reserved.