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.Issues.
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 |
---|---|---|
BreakBuildOnIssues |
void |
Fails build if any issues are found matching a specific predicate.
static
|
BreakBuildOnIssues |
void |
Fails build if any issues of certain minimum priority are found.
static
|
BreakBuildOnIssues |
void |
Fails build if any issues from a specific issue provider are found.
static
|
BreakBuildOnIssues |
void |
Fails build if any issues are found.
static
|
Deserialize |
Issue |
Deserializes an
Issue from a JSON file.
static
|
Deserialize |
Issue |
Deserializes an
Issue from a JSON string.
static
|
Deserialize |
IEnumerable |
Deserializes an
IEnumerable<T> from a JSON file.
static
|
Deserialize |
IEnumerable |
Deserializes an
IEnumerable<T> 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
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
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 for a specific commit.
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 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 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 for a specific commit.
static
|
Issue |
FileLinkSettings |
Gets an instance of the file link settings for linking files hosted on GitHub fo a specific commit.
static
|
NewIssue |
IssueBuilder |
Initiates the creation of a new
IIssue .
static
|
NewIssue |
IssueBuilder |
Initiates the creation of a new
IIssue with message as identifier.
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
IEnumerable<T> to a JSON file.
static
|
Serialize |
string |
Serializes an
IEnumerable<T> 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
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|