C# Класс FluentBuild.ApplicationProperties.TeamCityProperties

Access common properties set by team city
Наследование: ITeamCityProperties
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BuildVersionControlSystemNumber ( string simplifiedVcsRootName ) : string

Gets the latest revision included in the build from the source control system.

GetProperty ( string propertyName ) : string

Gets a property by name

Приватные методы

Метод Описание
GetEnvironmentVariable ( string name ) : string
TeamCityProperties ( ) : System
TeamCityProperties ( IEnvironmentVariableWrapper environmentVariableWrapper ) : System

Описание методов

BuildVersionControlSystemNumber() публичный Метод

Gets the latest revision included in the build from the source control system.
public BuildVersionControlSystemNumber ( string simplifiedVcsRootName ) : string
simplifiedVcsRootName string The version control root name with any non-alphanumeric characters replaced with a "_"
Результат string

GetProperty() публичный Метод

Gets a property by name
public GetProperty ( string propertyName ) : string
propertyName string the name of the team city environment variable
Результат string