public class Pipeline extends Object
| Constructor and Description |
|---|
Pipeline() |
| Modifier and Type | Method and Description |
|---|---|
BuildCause |
getBuildCause() |
int |
getCounter() |
int |
getId() |
String |
getLabel() |
String |
getName() |
List<Stage> |
getStages() |
boolean |
isCanRun() |
boolean |
isPreparingToSchedule() |
List<MaterialRevision> |
rootChanges(GoCD client) |
String |
toString() |
public int getId()
public String getName()
public int getCounter()
public boolean isPreparingToSchedule()
public boolean isCanRun()
public BuildCause getBuildCause()
public String getLabel()
public List<MaterialRevision> rootChanges(GoCD client) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionCopyright © 2016. All rights reserved.