AppVeyorInfo Class

Summary

Base class used to provide information about the AppVeyor environment.
graph BT Type-->Base0["object"] Type["AppVeyorInfo"] class Type type-node Derived0["AppVeyorRepositoryInfo"]-->Type click Derived0 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorRepositoryInfo" Derived1["AppVeyorBuildInfo"]-->Type click Derived1 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorBuildInfo" Derived2["AppVeyorTagInfo"]-->Type click Derived2 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorTagInfo" Derived3["AppVeyorPullRequestInfo"]-->Type click Derived3 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorPullRequestInfo" Derived4["AppVeyorCommitInfo"]-->Type click Derived4 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorCommitInfo" Derived5["AppVeyorProjectInfo"]-->Type click Derived5 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorProjectInfo" Derived6["AppVeyorEnvironmentInfo"]-->Type click Derived6 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorEnvironmentInfo"

Syntax

public abstract class AppVeyorInfo

Constructors

Name Summary
AppVeyorInfo(ICakeEnvironment) Initializes a new instance of the AppVeyorInfo class.

Methods

Name Value Summary
GetEnvironmentBoolean(string) bool
Gets an environment variable as a bool.
GetEnvironmentInteger(string) int
Gets an environment variable as a int.
GetEnvironmentString(string) string
Gets an environment variable as a string.

Extension Methods

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