@Portable public class Pipeline extends AbstractHasKeyObject<PipelineKey>
key| Constructor and Description |
|---|
Pipeline(PipelineKey key) |
Pipeline(PipelineKey key,
List<Stage> stages) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStage(Stage stage) |
boolean |
equals(Object o) |
List<Stage> |
getStages() |
int |
hashCode() |
getKeypublic Pipeline(PipelineKey key, List<Stage> stages)
public Pipeline(PipelineKey key)
public void addStage(Stage stage)
public boolean equals(Object o)
equals in class AbstractHasKeyObject<PipelineKey>public int hashCode()
hashCode in class AbstractHasKeyObject<PipelineKey>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.