Summary
Base class for all GitReleaseManager related tools.
- Namespace
- Cake
.Common .Tools .GitReleaseManager - Base Types
- Derived Types
graph BT
Type-->Base0["Tool<TSettings>"]
Base0-->Base1["object"]
Type["GitReleaseManagerTool<TSettings>"]
class Type type-node
Derived0["GitReleaseManagerPublisher"]-->Type
click Derived0 "/api/Cake.Common.Tools.GitReleaseManager.Publish/GitReleaseManagerPublisher"
Derived1["GitReleaseManagerExporter"]-->Type
click Derived1 "/api/Cake.Common.Tools.GitReleaseManager.Export/GitReleaseManagerExporter"
Derived2["GitReleaseManagerMilestoneOpener"]-->Type
click Derived2 "/api/Cake.Common.Tools.GitReleaseManager.Open/GitReleaseManagerMilestoneOpener"
Derived3["GitReleaseManagerAssetsAdder"]-->Type
click Derived3 "/api/Cake.Common.Tools.GitReleaseManager.AddAssets/GitReleaseManagerAssetsAdder"
Derived4["GitReleaseManagerCreator"]-->Type
click Derived4 "/api/Cake.Common.Tools.GitReleaseManager.Create/GitReleaseManagerCreator"
Derived5["GitReleaseManagerMilestoneCloser"]-->Type
click Derived5 "/api/Cake.Common.Tools.GitReleaseManager.Close/GitReleaseManagerMilestoneCloser"
Derived6["GitReleaseManagerDiscarder"]-->Type
click Derived6 "/api/Cake.Common.Tools.GitReleaseManager.Discard/GitReleaseManagerDiscarder"
Derived7["GitReleaseManagerLabeller"]-->Type
click Derived7 "/api/Cake.Common.Tools.GitReleaseManager.Label/GitReleaseManagerLabeller"
Syntax
public abstract class GitReleaseManagerTool<TSettings> : Tool<TSettings>
where TSettings : ToolSettings
Type Parameters
Name | Description |
---|---|
TSettings | The settings type. |
Constructors
Name | Summary |
---|---|
Git |
Initializes a new instance of the GitReleaseManagerTool<TSettings> class.
|
Methods
Name | Value | Summary |
---|---|---|
AddBaseArguments |
Process |
Adds common arguments to the process builder.
|
Get |
IEnumerable |
Gets the possible names of the tool executable.
|
GetToolName |
string |
Gets the name of the tool.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|