IGitLabCIProvider Interface

Summary

Represents a GitLab CI provider.
Namespace
Cake.Common.Build.GitLabCI
Implementing Types
graph BT Type["IGitLabCIProvider"] class Type type-node Implementing0["GitLabCIProvider"]-.->Type click Implementing0 "/api/Cake.Common.Build.GitLabCI/GitLabCIProvider"

Syntax

public interface IGitLabCIProvider

Properties

Name Value Summary
Commands GitLabCICommands
Gets the GitLab CI commands.
Environment GitLabCIEnvironmentInfo
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<IGitLabCIProvider>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IGitLabCIProvider>(IGitLabCIProvider[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IGitLabCIProvider>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IGitLabCIProvider>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IGitLabCIProvider>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IGitLabCIProvider>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin