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.GitHub.
Summary
Contains functionality related to GitHub.
It allows you to run calls against GitHub with just one line of code. In order to use the exposed commands you have to add the following line at top of your build.cake file.
#addin Cake.GitHub
- Assembly
- Cake
.GitHub .dll - Namespace
- Cake
.GitHub - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["GitHubAliases"]
class Type type-node
Syntax
public static class GitHubAliases
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Cake |
|
Cake |
|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Git |
Task |
Creates a new GitHub Release with the specified settings.
static
|
Git |
Task |
Sets the Milestone for an Issue or Pull Request.
static
|
GitHubStatus |
GitHubStatusResult |
Updates the status for a specific build.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|