C# Class FluentTc.Engine.AgentsRetriever

Inheritance: IAgentsRetriever
ファイルを表示 Open project: QualiSystems/FluentTc Class Usage Examples

Public Methods

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

Method Details

AgentsRetriever() public method

public AgentsRetriever ( ITeamCityCaller caller, IAgentHavingBuilderFactory agentHavingBuilderFactory ) : System
caller ITeamCityCaller
agentHavingBuilderFactory IAgentHavingBuilderFactory
return System

GetAgent() public method

public GetAgent ( Action having ) : Agent
having Action
return FluentTc.Domain.Agent

GetAgents() public method

public GetAgents ( Action having ) : List
having Action
return List