Summary
Responsible for communicating with GitLab CI.
- Namespace
- Cake
.Common .Build .GitLabCI - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IGitLabCIProvider"]
click Interface0 "/api/Cake.Common.Build.GitLabCI/IGitLabCIProvider"
Type["GitLabCIProvider"]
class Type type-node
Syntax
public class GitLabCIProvider : IGitLabCIProvider
Constructors
Name | Summary |
---|---|
GitLabCIProvider |
Initializes a new instance of the GitLabCIProvider class.
|
Properties
Name | Value | Summary |
---|---|---|
Commands | GitLabCICommands |
Gets the GitLab CI commands.
|
Environment | Git |
Gets the GitLab CI environment.
|
IsRunningOnGitLabCI | bool |
Gets a value indicating whether the current build is running on GitLab CI.
|
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
|