OBSOLETE
please check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed.
TeamCityRESTHelper
Contains functions which allow FAKE to interact with the TeamCity REST API.
Nested types and modules
Type | Description |
Build |
OBSOLETEplease check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed. Record type which stores Build properties |
BuildConfiguration |
OBSOLETEplease check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed. Record type which stores Build configuration properties |
Project |
OBSOLETEplease check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed. Record type which stores TeamCity project properties |
VCSRoot |
OBSOLETEplease check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed. Record type which stores VCSRoot properties |
Functions and values
Function or value | Description |
getBuildConfig(...)
Signature: serverURL:string -> username:string -> password:string -> id:string -> BuildConfiguration
Attributes: [<Obsolete("please check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed.")>] |
OBSOLETEplease check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed. Gets information about a build configuration from the TeamCity server. |
getProject(...)
Signature: serverURL:string -> username:string -> password:string -> id:string -> Project
Attributes: [<Obsolete("please check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed.")>] |
OBSOLETEplease check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed. Gets informnation about a project from the TeamCity server. |
getProjects serverURL username password
Signature: serverURL:string -> username:string -> password:string -> seq<string>
Attributes: [<Obsolete("please check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed.")>] |
OBSOLETEplease check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed. Gets all projects on the TeamCity server. |
getRESTVersion(...)
Signature: serverURL:string -> username:string -> password:string -> string
Attributes: [<Obsolete("please check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed.")>] |
OBSOLETEplease check the Fake.BuildServer.TeamCity module for a replacement and send a PR to include this into FAKE 5 if needed. Returns the REST version of the TeamCity server |