Summary
Create detail timeline record.
- Namespace
- Cake
.Common .Build .AzurePipelines - Containing Type
- Azure
Pipelines Commands
Syntax
public Guid CreateNewRecord(string name, string type, int order, AzurePipelinesRecordData data)
Parameters
Name | Type | Description |
---|---|---|
name | string | Name of the new timeline record. |
type | string | Type of the new timeline record. |
order | int | Order of the timeline record. |
data | Azure |
Additional data for the new timeline record. |
Return Value
Type | Description |
---|---|
Guid | The timeline record ID. |