This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AzureDevOps.
Summary
Initializes a new instance of the
AzureDevOpsWorkItemSettings
class.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Boards .WorkItemTracking - Containing Type
- Azure
Dev Ops Work Item Settings
Syntax
public AzureDevOpsWorkItemSettings(Uri collectionUrl, string projectName, int workItemId, IAzureDevOpsCredentials credentials)
Parameters
Name | Type | Description |
---|---|---|
collectionUrl | Uri | Full URL of the Azure DevOps collection,
eg. . |
projectName | string | Name of the project. |
workItemId | int | ID of the work item. |
credentials | I |
Credentials to use to authenticate against Azure DevOps. |
Return Value
Type | Description |
---|---|
void |