Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
GetEnvironmentVariable ( string name ) : string | ||
TeamCityProperties ( ) : System | ||
TeamCityProperties ( IEnvironmentVariableWrapper environmentVariableWrapper ) : System |
public BuildVersionControlSystemNumber ( string simplifiedVcsRootName ) : string | ||
simplifiedVcsRootName | string | The version control root name with any non-alphanumeric characters replaced with a "_" |
return | string |
public GetProperty ( string propertyName ) : string | ||
propertyName | string | the name of the team city environment variable |
return | string |