ITravisCIProvider Interface

Summary

Represents a Travis CI Provider.
Namespace
Cake.Common.Build.TravisCI
Implementing Types
graph BT Type["ITravisCIProvider"] class Type type-node Implementing0["TravisCIProvider"]-.->Type click Implementing0 "/api/Cake.Common.Build.TravisCI/TravisCIProvider"

Syntax

public interface ITravisCIProvider

Properties

Name Value Summary
Environment TravisCIEnvironmentInfo
Gets the environment.
IsRunningOnTravisCI bool
Gets a value indicating whether this instance is running on Travis CI.

Methods

Name Value Summary
WriteEndFold(string) void
Write the start of a message fold to the Travis CI build log.
WriteStartFold(string) void
Write the start of a message fold to the Travis CI build log.

Extension Methods

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