C# Class NuGet.TeamCity.AgentAuthorizer.TeamCityClient

Afficher le fichier Open project: NuGet/Entropy Class Usage Examples

Méthodes publiques

Méthode 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 ( Uri serverUrl ) : System

Private Methods

Méthode Description
DeserializeResponseAsAgents ( JToken json ) : IReadOnlyList
SendAsync ( HttpMethod method, string endpoint, bool acceptJson = true, HttpContent content = null ) : Task

Method Details

AddAgentToAgentPoolAsync() public méthode

public AddAgentToAgentPoolAsync ( int agentPoolId, int agentId ) : System.Threading.Tasks.Task
agentPoolId int
agentId int
Résultat System.Threading.Tasks.Task

GetAgentPoolAgentsAsync() public méthode

public GetAgentPoolAgentsAsync ( int agentPoolId ) : Task>
agentPoolId int
Résultat Task>

GetAgentPoolsAsync() public méthode

public GetAgentPoolsAsync ( ) : Task>
Résultat Task>

GetAgentsAsync() public méthode

public GetAgentsAsync ( ) : Task>
Résultat Task>

SetAgentAuthorizationAsync() public méthode

public SetAgentAuthorizationAsync ( int agentId, bool authorized ) : System.Threading.Tasks.Task
agentId int
authorized bool
Résultat System.Threading.Tasks.Task

SetAgentEnabledAsync() public méthode

public SetAgentEnabledAsync ( int agentId, bool enabled ) : System.Threading.Tasks.Task
agentId int
enabled bool
Résultat System.Threading.Tasks.Task

TeamCityClient() public méthode

public TeamCityClient ( Uri serverUrl ) : System
serverUrl System.Uri
Résultat System