Namespaces

Types in Fake

Type BuildServer

Namespace Fake

Interfaces IEquatable<BuildServer>, IStructuralEquatable, IComparable<BuildServer>, IComparable, IStructuralComparable

Methods

Properties

Public instance methods

int CompareTo(BuildServer obj)

bool Equals(BuildServer obj)

bool get_IsCCNet()

bool get_IsJenkins()

bool get_IsLocalBuild()

bool get_IsTeamCity()

Public static methods

BuildServer get_CCNet()

BuildServer get_Jenkins()

BuildServer get_LocalBuild()

BuildServer get_TeamCity()

Public properties

BuildServer CCNet get;

bool IsCCNet get;

bool IsJenkins get;

bool IsLocalBuild get;

bool IsTeamCity get;

BuildServer Jenkins get;

BuildServer LocalBuild get;

int Tag get;

BuildServer TeamCity get;