LocalCakeAliases Class

Summary

LocalCakeAliases.
Assembly
Rocket.Surgery.Cake.dll
Namespace
Rocket.Surgery.Cake
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["LocalCakeAliases"] class Type type-node

Syntax

public static class LocalCakeAliases

Methods

Name Value Summary
Artifact(ICakeContext, string) string
Artifacts the specified path.
static
ArtifactDirectoryPath(ICakeContext, string) DirectoryPath
Artifacts the directory path.
static
ArtifactFilePath(ICakeContext, string) FilePath
Artifacts the file path.
static
Artifacts(ICakeContext) DirectoryPath
Artifactses the specified context.
static
Configuration(ICakeContext) string
Configurations the specified context.
static
Coverage(ICakeContext) DirectoryPath
Coverages the specified context.
static
CoverageDirectoryPath(ICakeContext, string) DirectoryPath
Coverages the directory path.
static
CoverageFilePath(ICakeContext, string) FilePath
Coverages the file path.
static
GetArtifacts(ICakeContext, string) IEnumerable<FilePath>
Gets the artifacts.
static
GetCoverage(ICakeContext, string) IEnumerable<FilePath>
Gets the coverage.
static
GitVer(ICakeContext) GitVersion
Gits the ver.
static
HasGitVer(ICakeContext) bool
Determines whether [has git ver] [the specified context].
static
Settings(ICakeContext) Settings
Settingses the specified context.
static
Target(ICakeContext) string
Targets the specified context.
static