This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.GitVersioning.
Summary
Defines the supported cloud build providers for the
Cake.GitVersioning.GitVersioningAliases.GitVersioningCloud(Cake.Core.ICakeContext,System.String,Cake.GitVersioning.GitVersioningCloudSettings)
alias.
- Assembly
- Cake
.GitVersioning .dll - Namespace
- Cake
.GitVersioning - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["GitVersioningCloudProvider"]
class Type type-node
Syntax
public sealed class GitVersioningCloudProvider : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
AppVeyor | 0 |
Use AppVeyor cloud build provider.
static
|
AtlassianBamboo | 4 |
Use the Atlassian Bamboo cloud build provider.
static
|
BitbucketCloud | 9 |
Use the Bitbucket cloud build provider.
static
|
GitHubActions | 2 |
Use GitHub Actions cloud build provider.
static
|
GitLab | 6 |
Use the GitLab CI cloud build provider.
static
|
Jenkins | 5 |
Use the Jenkins cloud build provider.
static
|
SpaceAutomation | 8 |
Use the Jetbrains Space cloud build provider.
static
|
TeamCity | 3 |
Use the TeamCity cloud build provider.
static
|
Travis | 7 |
Use the Travis CI cloud build provider.
static
|
value__ | ||
Visual |
1 |
Use Azure Pipeline / Visual Studio Team Services / TFS cloud build provider.
static
|
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
|