TeamCityProjectInfo Class

Summary

Provides TeamCity project information for current build.
Namespace
Cake.Common.Build.TeamCity.Data
Base Types
graph BT Type-->Base0["TeamCityInfo"] click Base0 "/api/Cake.Common.Build.TeamCity/TeamCityInfo" Base0-->Base1["object"] Type["TeamCityProjectInfo"] class Type type-node

Syntax

public class TeamCityProjectInfo : TeamCityInfo

Constructors

Name Summary
TeamCityProjectInfo(ICakeEnvironment) Initializes a new instance of the TeamCityProjectInfo class.

Properties

Name Value Summary
Name string
Gets the TeamCity project name.

Methods

Name Value Summary
GetEnvironmentBoolean(string) bool
Gets an environment variable as a bool.
Inherited from TeamCityInfo
GetEnvironmentInteger(string) int
Gets an environment variable as a int.
Inherited from TeamCityInfo
GetEnvironmentString(string) string
Gets an environment variable as a string.
Inherited from TeamCityInfo

Extension Methods

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