AzureDevOpsPullRequestStatusState Class

Summary

Possible states for a pull request status.
Assembly
Cake.AzureDevOps.dll
Namespace
Cake.AzureDevOps.Repos.PullRequest
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["AzureDevOpsPullRequestStatusState"] class Type type-node

Syntax

public sealed class AzureDevOpsPullRequestStatusState : Enum

Fields

Name Constant Value Summary
Error 4
Status showing an error.
static
Failed 3
Status failed.
static
NotSet 0
Status is not set.
static
Pending 1
Status is pending.
static
Succeeded 2
Status is successful.
static
value__

Extension Methods

Name Value Summary
Dump<AzureDevOpsPullRequestStatusState>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AzureDevOpsPullRequestStatusState>(AzureDevOpsPullRequestStatusState[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AzureDevOpsPullRequestStatusState>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AzureDevOpsPullRequestStatusState>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AzureDevOpsPullRequestStatusState>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AzureDevOpsPullRequestStatusState>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin