Class Pipeline
- java.lang.Object
-
- in.ashwanthkumar.gocd.client.types.Pipeline
-
public class Pipeline extends Object
-
-
Constructor Summary
Constructors Constructor Description Pipeline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildCausegetBuildCause()intgetCounter()intgetId()StringgetLabel()StringgetName()List<Stage>getStages()booleanisCanRun()booleanisPreparingToSchedule()List<MaterialRevision>rootChanges(GoCD client)StringtoString()
-
-
-
Method Detail
-
getId
public int getId()
-
getName
public String getName()
-
getCounter
public int getCounter()
-
isPreparingToSchedule
public boolean isPreparingToSchedule()
-
isCanRun
public boolean isCanRun()
-
getBuildCause
public BuildCause getBuildCause()
-
getLabel
public String getLabel()
-
rootChanges
public List<MaterialRevision> rootChanges(GoCD client) throws MalformedURLException, IOException
- Throws:
MalformedURLExceptionIOException
-
-