Package org.guvnor.ala.services.api
Class PipelineStageItem
- java.lang.Object
-
- org.guvnor.ala.services.api.PipelineStageItem
-
public class PipelineStageItem extends Object
This class models the information about a pipeline stage that was executed or is scheduled for execution.
-
-
Constructor Summary
Constructors Constructor Description PipelineStageItem(String name, String status)PipelineStageItem(String name, String status, String stageError, String stageErrorDetail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetStageError()StringgetStageErrorDetail()StringgetStatus()
-