public class PipelineStep extends Object
| Constructor and Description |
|---|
PipelineStep(int id,
String name,
String state,
int completePercent,
String type,
String title) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompletePercent() |
int |
getId() |
String |
getName() |
String |
getState() |
String |
getTitle() |
String |
getType() |
Copyright © 2016–2021. All rights reserved.