Summary
Responsible for communicating with Continua CI.
- Namespace
- Cake
.Common .Build .ContinuaCI - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IContinuaCIProvider"]
click Interface0 "/api/Cake.Common.Build.ContinuaCI/IContinuaCIProvider"
Type["ContinuaCIProvider"]
class Type type-node
Syntax
public sealed class ContinuaCIProvider : IContinuaCIProvider
Constructors
Name | Summary |
---|---|
ContinuaCIProvider |
Initializes a new instance of the ContinuaCIProvider class.
|
Properties
Name | Value | Summary |
---|---|---|
Environment | Continua |
Gets the Continua CI environment.
|
Is |
bool |
Gets a value indicating whether the current build is running on Continua CI.
|
Methods
Name | Value | Summary |
---|---|---|
SetBuildStatus |
void |
Set a Continua CI build status message, which is shown on the build details page when a build is running.
|
SetBuildVersion |
void |
Set a Continua CI build version.
|
SetVariable |
void |
Set a Continua CI build variable.
|
WriteEndBlock |
void |
Write the end of a message block to the Continua CI build log.
|
WriteMessage |
void |
Write a status message to the Continua CI build log.
|
WriteStartGroup |
void |
Write the start of a message group to the Continua CI build log.
|
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
|