GitReleaseNotesIssueTracker Enum

Summary

The IssueTracker to be used.
Namespace
Cake.Common.Tools.GitReleaseNotes
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["GitReleaseNotesIssueTracker"] class Type type-node

Syntax

public enum GitReleaseNotesIssueTracker

Fields

Name Constant Value Summary
BitBucket 0
Uses BitBucket as Issue Tracker.
static
GitHub 1
Uses GitHub as Issue Tracker.
static
Jira 2
Uses Jira as Issue Tracker.
static
YouTrack 3
Uses YouTrack as Issue Tracker.
static

Extension Methods

Name Value Summary
Dump<GitReleaseNotesIssueTracker>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GitReleaseNotesIssueTracker>(GitReleaseNotesIssueTracker[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
ThrowIfNull<GitReleaseNotesIssueTracker>(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<GitReleaseNotesIssueTracker>(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