WoodpeckerCIForgeType Enum

Summary

Represents the type of forge used by WoodpeckerCI.
Namespace
Cake.Common.Build.WoodpeckerCI.Data
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["ISpanFormattable"] Type-.->Interface2["IFormattable"] Type-.->Interface3["IConvertible"] Type["WoodpeckerCIForgeType"] class Type type-node

Syntax

public enum WoodpeckerCIForgeType

Fields

Name Constant Value Summary
Bitbucket 1
Bitbucket forge.
static
BitbucketDC 2
Bitbucket Data Center forge.
static
Forgejo 3
Forgejo forge.
static
Gitea 4
Gitea forge.
static
GitHub 5
GitHub forge.
static
GitLab 6
GitLab forge.
static
Unknown 0
Unknown forge type.
static

Extension Methods

Name Value Summary
Dump<WoodpeckerCIForgeType>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<WoodpeckerCIForgeType>(WoodpeckerCIForgeType[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
ThrowIfNull<WoodpeckerCIForgeType>(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<WoodpeckerCIForgeType>(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
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin