Summary
Gets or sets the pipelines.
- Namespace
- Cake
.Common .Build .GoCD .Data - Containing Type
- GoCDHistoryInfo
Syntax
[DataMember(Name = "pipelines")]
public IEnumerable<GoCDPipelineHistoryInfo> Pipelines { get; set; }
Attributes
Type | Description |
---|---|
DataMemberAttribute |
Value
Type | Description |
---|---|
IEnumerable |
The pipelines. |