WorkItemCommand Class

Summary

Provides a set of methods for extends ICakeContext.
Assembly
Cake.Board.AzureBoards.dll
Namespace
Cake.Board.AzureBoards.Commands
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["WorkItemCommand"] class Type type-node

Syntax

public static class WorkItemCommand

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
GetWorkItemByIdAsync(ICakeContext, IBoard, string) Task<IWorkItem>
Fetch the Cake.Board.Abstractions.IWorkItem by Id.
static
GetWorkItemByIdAsync(ICakeContext, string, string, string) Task<IWorkItem>
Fetch the Cake.Board.Abstractions.IWorkItem by Id.
static
GetWorkItemsByQueryIdAsync(ICakeContext, IBoard, string) Task<IEnumerable<IWorkItem>>
Fetch the IEnumerable<T> by query Id.
static
GetWorkItemsByQueryIdAsync(ICakeContext, string, string, string, string, string) Task<IEnumerable<IWorkItem>>
Fetch the IEnumerable<T> by query Id.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin