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 | The Bitbucket account that was used to create the pipeline. | [optional] [default to null] |
Repository | *Repository | [optional] [default to null] | |
Target | *PipelineTarget | The target that the pipeline built. | [optional] [default to null] |
Trigger | *PipelineTrigger | The trigger used for the pipeline. | [optional] [default to null] |
State | *PipelineState | [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] |