Summary
Contains functionality related to reading and creating issues.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Aliases"]
class Type type-node
Syntax
public static class Aliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Deserialize |
Issue |
Deserializes an
Issue from a JSON file.
static
|
Deserialize |
Issue |
Deserializes an
Issue from a JSON string.
static
|
Deserialize |
IEnumerable |
Deserializes an
System.Collections.Generic.IEnumerable`1 from a JSON file.
static
|
Deserialize |
IEnumerable |
Deserializes an
System.Collections.Generic.IEnumerable`1 from a JSON string.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking to files
based on a custom action.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking to files
based on a custom pattern.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking to files hosted in Azure DevOps
on a specific branch.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking to files hosted in Azure DevOps
in a sub-folder on a specific branch.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking to files hosted in Azure DevOps
for a specific commit.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking to files hosted in Azure DevOps
in a sub-folder for a specific commit.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking files hosted on GitHub on a specific branch.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking files hosted on GitHub
in a sub-folder on a specific branch.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking files hosted on GitHub fo a specific commit.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking files hosted on GitHub
in a sub-folder for a specific commit.
static
|
NewIssue |
IssueBuilder |
Initiates the creation of a new
IIssue with message as identifier.
static
|
NewIssue |
IssueBuilder |
Initiates the creation of a new
IIssue .
static
|
ReadIssues |
IEnumerable |
Reads issues from issue providers.
static
|
ReadIssues |
IEnumerable |
Reads issues from issue providers using the specified settings.
static
|
ReadIssues |
IEnumerable |
Reads issues from a single issue provider.
static
|
ReadIssues |
IEnumerable |
Reads issues from a single issue provider using the specified settings.
static
|
Serialize |
void |
Serializes an
System.Collections.Generic.IEnumerable`1 to a JSON file.
static
|
Serialize |
string |
Serializes an
System.Collections.Generic.IEnumerable`1 to a JSON string.
static
|
Serialize |
void |
Serializes an
IIssue to a JSON file.
static
|
Serialize |
string |
Serializes an
IIssue to a JSON string.
static
|