CoverallsSettings Class

Summary

Settings for the COVERALLS report type
Assembly
Cake.MiniCover.dll
Namespace
Cake.MiniCover.Settings
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CoverallsSettings"] class Type type-node

Syntax

public class CoverallsSettings

Constructors

Name Summary
CoverallsSettings()

Properties

Name Value Summary
Branch string
The git branch to send to coveralls
CommitAuthorEmail string
The Email of the commit author to send to coveralls
CommitAuthorName string
The name of the commit author to send to coveralls
CommitHash string
The git commit hash to use when sending coverage to coveralls
CommitMessage string
The git commit message to send to coveralls
CommitterEmail string
The email of the comitter to send to coveralls
CommitterName string
The name of the comitter to send to coveralls
Remote string
The name of the git remote to send to coveralls
RemoteUrl string
The url of the git remote to send to coveralls
RepoToken string
The Repo Token to use when sending coverage to coveralls
RootPath string
The git root path
ServiceJobId string
The service_job_id to send to coveralls
ServiceName string
The service_name to send to coveralls

Extension Methods

Name Value Summary
Dump<CoverallsSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CoverallsSettings>(CoverallsSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CoverallsSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<CoverallsSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<CoverallsSettings>(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<CoverallsSettings>(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
UseTravisDefaults(bool) CoverallsSettings
Populate the Coveralls Settings with information for publishing coverage from Travis CI
Requires the Cake.MiniCover addin
WithBranch(string) CoverallsSettings
Set the git branch to send to coveralls
Requires the Cake.MiniCover addin
WithCommit(string, string) CoverallsSettings
Set the git commit message to use when sending coverage to coveralls
Requires the Cake.MiniCover addin
WithCommitAuthor(string, string) CoverallsSettings
Set the commit author details
Requires the Cake.MiniCover addin
WithCommitter(string, string) CoverallsSettings
Set the comitter etails
Requires the Cake.MiniCover addin
WithRemote(string, string) CoverallsSettings
Set git remote details
Requires the Cake.MiniCover addin
WithRepoToken(string) CoverallsSettings
Set the Repo Token to use when sending coverage to coveralls
Requires the Cake.MiniCover addin
WithRootPath(string) CoverallsSettings
Set the root path to the git repo
Requires the Cake.MiniCover addin
WithServiceJobId(string) CoverallsSettings
Set the service_job_id to send to coveralls
Requires the Cake.MiniCover addin
WithServiceName(string) CoverallsSettings
Set the service_name to send to coveralls
Requires the Cake.MiniCover addin