Method | Description | |
---|---|---|
AddAgentToAgentPoolAsync ( int agentPoolId, int agentId ) : System.Threading.Tasks.Task | ||
GetAgentPoolAgentsAsync ( int agentPoolId ) : Task |
||
GetAgentPoolsAsync ( ) : Task |
||
GetAgentsAsync ( ) : Task |
||
SetAgentAuthorizationAsync ( int agentId, bool authorized ) : System.Threading.Tasks.Task | ||
SetAgentEnabledAsync ( int agentId, bool enabled ) : System.Threading.Tasks.Task | ||
TeamCityClient ( |
Method | Description | |
---|---|---|
DeserializeResponseAsAgents ( JToken json ) : IReadOnlyList |
||
SendAsync ( HttpMethod method, string endpoint, bool acceptJson = true, |
public AddAgentToAgentPoolAsync ( int agentPoolId, int agentId ) : System.Threading.Tasks.Task | ||
agentPoolId | int | |
agentId | int | |
return | System.Threading.Tasks.Task |
public GetAgentPoolAgentsAsync ( int agentPoolId ) : Task |
||
agentPoolId | int | |
return | Task |
public SetAgentAuthorizationAsync ( int agentId, bool authorized ) : System.Threading.Tasks.Task | ||
agentId | int | |
authorized | bool | |
return | System.Threading.Tasks.Task |
public SetAgentEnabledAsync ( int agentId, bool enabled ) : System.Threading.Tasks.Task | ||
agentId | int | |
enabled | bool | |
return | System.Threading.Tasks.Task |
public TeamCityClient ( |
||
serverUrl | ||
return | System |