BaseAzureDevOpsCredentialsSettings Class

Summary

Base settings for aliases.
graph BT Type-->Base0["Object"] Type["BaseAzureDevOpsCredentialsSettings"] class Type type-node Derived0["BaseAzureDevOpsPullRequestSettings"]-->Type click Derived0 "/api/Cake.AzureDevOps.Repos.PullRequest/BaseAzureDevOpsPullRequestSettings" Derived1["BaseAzureDevOpsCollectionSettings"]-->Type click Derived1 "/api/Cake.AzureDevOps/BaseAzureDevOpsCollectionSettings"

Syntax

public abstract class BaseAzureDevOpsCredentialsSettings

Constructors

Properties

Name Value Summary
Credentials IAzureDevOpsCredentials
Gets the credentials used to authenticate against Azure DevOps.

Extension Methods

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