Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.46 KB

Pipeline.md

File metadata and controls

20 lines (17 loc) · 1.46 KB

Pipeline

Properties

Name Type Description Notes
Type_ string [default to null]
Uuid string The UUID identifying the pipeline. [optional] [default to null]
BuildNumber int32 The build number of the pipeline. [optional] [default to null]
Creator *Account [optional] [default to null]
Repository *Repository [optional] [default to null]
Target *PipelineTarget [optional] [default to null]
Trigger *PipelineTrigger [optional] [default to null]
State *PipelineState [optional] [default to null]
Variables []PipelineVariable The variables for the pipeline. [optional] [default to null]
CreatedOn time.Time The timestamp when the pipeline was created. [optional] [default to null]
CompletedOn time.Time The timestamp when the Pipeline was completed. This is not set if the pipeline is still in progress. [optional] [default to null]
BuildSecondsUsed int32 The number of build seconds used by this pipeline. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]