Summary
Provides Continua CI changeset information for a current build.
- Namespace
- Cake
.Common .Build .ContinuaCI .Data - Base Types
-
- object
- ContinuaCIInfo
graph BT
Type-->Base0["ContinuaCIInfo"]
click Base0 "/api/Cake.Common.Build.ContinuaCI/ContinuaCIInfo"
Base0-->Base1["object"]
Type["ContinuaCIChangesetInfo"]
class Type type-node
Syntax
public sealed class ContinuaCIChangesetInfo : ContinuaCIInfo
Constructors
Name | Summary |
---|---|
Continua |
Initializes a new instance of the ContinuaCIChangesetInfo class.
|
Properties
Name | Value | Summary |
---|---|---|
Branch | string |
Gets the changeset branch name.
|
Created | DateTime? |
Gets the changeset created date and time.
|
FileCount | int |
Gets the count of the number of files in the changeset.
|
IssueCount | int |
Gets the count of the number of tags associated with the changeset.
|
IssueNames | IEnumerable |
Gets list of changeset issue names.
|
Revision | string |
Gets the revision used to build this release. Format depends on the VCS used.
|
TagCount | int |
Gets the count of the number of tags associated with the changeset.
|
TagNames | IEnumerable |
Gets list of changeset tag names.
|
UserName | string |
Gets the changeset author user/committer name.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
bool |
Gets an environment variable as a
bool .
Inherited from ContinuaCIInfo
|
Get |
DateTime? |
Gets an environment variable as a
DateTime .
Inherited from ContinuaCIInfo
|
Get |
int |
Gets an environment variable as a
int .
Inherited from ContinuaCIInfo
|
GetEnvironmentLong |
long |
Gets an environment variable as a
long .
Inherited from ContinuaCIInfo
|
GetEnvironmentString |
string |
Gets an environment variable as a
string .
Inherited from ContinuaCIInfo
|
Get |
IDictionary |
Gets matching list of environment variables as an dictionary of
string .
Inherited from ContinuaCIInfo
|
Get |
IEnumerable |
Gets an environment variable as an array of
string .
Inherited from ContinuaCIInfo
|
Get |
TimeSpan? |
Gets an environment variable as a
TimeSpan .
Inherited from ContinuaCIInfo
|
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
|