TravisCIProvider Class

Summary

Responsible for communicating with Travis CI.
Namespace
Cake.Common.Build.TravisCI
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["ITravisCIProvider"] click Interface0 "/api/Cake.Common.Build.TravisCI/ITravisCIProvider" Type["TravisCIProvider"] class Type type-node

Syntax

public sealed class TravisCIProvider : ITravisCIProvider

Constructors

Name Summary
TravisCIProvider(ICakeEnvironment, IBuildSystemServiceMessageWriter) Initializes a new instance of the TravisCIProvider class.

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