Summary
Base class used to provide information about the Continua CI environment.
- Namespace
- Cake
.Common .Build .ContinuaCI - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["ContinuaCIInfo"]
class Type type-node
Derived0["ContinuaCIConfigurationInfo"]-->Type
click Derived0 "/api/Cake.Common.Build.ContinuaCI.Data/ContinuaCIConfigurationInfo"
Derived1["ContinuaCIProjectInfo"]-->Type
click Derived1 "/api/Cake.Common.Build.ContinuaCI.Data/ContinuaCIProjectInfo"
Derived2["ContinuaCIEnvironmentInfo"]-->Type
click Derived2 "/api/Cake.Common.Build.ContinuaCI.Data/ContinuaCIEnvironmentInfo"
Derived3["ContinuaCIChangesetInfo"]-->Type
click Derived3 "/api/Cake.Common.Build.ContinuaCI.Data/ContinuaCIChangesetInfo"
Derived4["ContinuaCIBuildInfo"]-->Type
click Derived4 "/api/Cake.Common.Build.ContinuaCI.Data/ContinuaCIBuildInfo"
Syntax
public abstract class ContinuaCIInfo
Constructors
Name | Summary |
---|---|
ContinuaCIInfo |
Initializes a new instance of the ContinuaCIInfo class.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
bool |
Gets an environment variable as a
bool .
|
Get |
DateTime? |
Gets an environment variable as a
DateTime .
|
Get |
int |
Gets an environment variable as a
int .
|
GetEnvironmentLong |
long |
Gets an environment variable as a
long .
|
GetEnvironmentString |
string |
Gets an environment variable as a
string .
|
Get |
IDictionary |
Gets matching list of environment variables as an dictionary of
string .
|
Get |
IEnumerable |
Gets an environment variable as an array of
string .
|
Get |
TimeSpan? |
Gets an environment variable as a
TimeSpan .
|
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
|