Summary
Base class used to provide information about the AppVeyor environment.
- Namespace
- Cake
.Common .Build .AppVeyor - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["AppVeyorInfo"]
class Type type-node
Derived0["AppVeyorPullRequestInfo"]-->Type
click Derived0 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorPullRequestInfo"
Derived1["AppVeyorProjectInfo"]-->Type
click Derived1 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorProjectInfo"
Derived2["AppVeyorBuildInfo"]-->Type
click Derived2 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorBuildInfo"
Derived3["AppVeyorEnvironmentInfo"]-->Type
click Derived3 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorEnvironmentInfo"
Derived4["AppVeyorTagInfo"]-->Type
click Derived4 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorTagInfo"
Derived5["AppVeyorRepositoryInfo"]-->Type
click Derived5 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorRepositoryInfo"
Derived6["AppVeyorCommitInfo"]-->Type
click Derived6 "/api/Cake.Common.Build.AppVeyor.Data/AppVeyorCommitInfo"
Syntax
public abstract class AppVeyorInfo
Constructors
Name | Summary |
---|---|
AppVeyorInfo |
Initializes a new instance of the AppVeyorInfo class.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
bool |
Gets an environment variable as a
bool .
|
Get |
int |
Gets an environment variable as a
int .
|
GetEnvironmentString |
string |
Gets an environment variable as a
string .
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|