AzureDevOpsTaskResult Class

Summary

Results of an Azure Pipelines task.
Assembly
Cake.AzureDevOps.dll
Namespace
Cake.AzureDevOps.Pipelines
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["AzureDevOpsTaskResult"] class Type type-node

Syntax

public sealed class AzureDevOpsTaskResult : Enum

Fields

Name Constant Value Summary
Abandoned 5
Task was abandoned.
static
Canceled 3
Task has been canceled.
static
Failed 2
Task failed.
static
Skipped 4
Task has been skipped.
static
Succeeded 0
Task succeeded.
static
SucceededWithIssues 1
Task succeeded with issues.
static
value__

Extension Methods

Name Value Summary
Dump<AzureDevOpsTaskResult>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AzureDevOpsTaskResult>(AzureDevOpsTaskResult[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AzureDevOpsTaskResult>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AzureDevOpsTaskResult>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AzureDevOpsTaskResult>(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<AzureDevOpsTaskResult>(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