BumpyRunner Class

Summary

The Bumpy runner.
Assembly
Cake.Bumpy.dll
Namespace
Cake.Bumpy
Base Types
graph BT Type-->Base0["Tool<BumpySettings>"] Type["BumpyRunner"] class Type type-node

Syntax

public class BumpyRunner : Tool<BumpySettings>

Constructors

Name Summary
BumpyRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Initializes a new instance of the BumpyRunner class.

Methods

Name Value Summary
Assign(int, int, BumpySettings) void
Runs "bumpy assign [position] [number]"
Ensure(BumpySettings) void
Runs "bumpy ensure".
GetToolExecutableNames() IEnumerable<string>
Gets the name of the tool executable.
GetToolName() string
Gets the name of the tool.
Increment(int, BumpySettings) void
Runs "bumpy increment [position]".
IncrementOnly(int, BumpySettings) void
Runs "bumpy incrementonly [position]".
Label(string, BumpySettings) void
Runs "bumpy label [text]".
List(BumpySettings) void
Runs "bumpy list".
New() void
Runs "bumpy new".
Write(string, BumpySettings) void
Runs "bumpy write [version]".

Extension Methods

Name Value Summary
Dump<BumpyRunner>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<BumpyRunner>(BumpyRunner[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<BumpyRunner>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<BumpyRunner>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<BumpyRunner>(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<BumpyRunner>(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