C# 클래스 FluentBuild.ApplicationProperties.TeamCityProperties

Access common properties set by team city
상속: ITeamCityProperties
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
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