StorytellerRunner Class

Summary

Storyteller runner
Assembly
Cake.Storyteller.dll
Namespace
Cake.Storyteller
Base Types
graph BT Type-->Base0["Tool<StorytellerSettings>"] Type["StorytellerRunner"] class Type type-node

Syntax

public class StorytellerRunner : Tool<StorytellerSettings>

Constructors

Methods

Name Value Summary
GetToolExecutableNames() IEnumerable<string>
Gets storyteller exe
GetToolName() string
Get Storyteller name
OpenCommand(string, StorytellerSettings) void
Opens the Storyteller UI
RunCommand(string, StorytellerSettings) int
Runs Storyteller in the command line

Extension Methods

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