Namespaces

Types in Fake

Type TeamCityRESTHelper

Namespace Fake

Methods

Public static methods

BuildConfiguration getBuildConfig(string serverURL, string username, string password, string id)

Gets a projects from the TeamCity server

XmlElement getFirstNode(string serverURL, string username, string password, string url)

Project getProject(string serverURL, string username, string password, string id)

Gets a projects from the TeamCity server

IEnumerable<string> getProjects(string serverURL, string username, string password)

Gets all projects on the TeamCity

string getRESTVersion(string serverURL, string username, string password)

Returns the REST version of the TeamCity server

string prepareURL(string restURL, string serverURL)