C# Class FluentTc.Engine.AgentsRetriever

Inheritance: IAgentsRetriever
Afficher le fichier Open project: QualiSystems/FluentTc Class Usage Examples

Méthodes publiques

Méthode Description
AgentsRetriever ( ITeamCityCaller caller, IAgentHavingBuilderFactory agentHavingBuilderFactory ) : System
GetAgent ( Action having ) : Agent
GetAgents ( Action having ) : List

Method Details

AgentsRetriever() public méthode

public AgentsRetriever ( ITeamCityCaller caller, IAgentHavingBuilderFactory agentHavingBuilderFactory ) : System
caller ITeamCityCaller
agentHavingBuilderFactory IAgentHavingBuilderFactory
Résultat System

GetAgent() public méthode

public GetAgent ( Action having ) : Agent
having Action
Résultat FluentTc.Domain.Agent

GetAgents() public méthode

public GetAgents ( Action having ) : List
having Action
Résultat List