C# Class FluentTc.Engine.AgentEnabler

Inheritance: IAgentEnabler
Afficher le fichier Open project: QualiSystems/FluentTc

Méthodes publiques

Méthode Description
AgentEnabler ( IAgentHavingBuilderFactory agentHavingBuilderFactory, ITeamCityCaller teamCityCaller ) : System
DisableAgent ( Action having ) : void
EnableAgent ( Action having ) : void

Private Methods

Méthode Description
ToggleAgent ( Action having, string enabled ) : void

Method Details

AgentEnabler() public méthode

public AgentEnabler ( IAgentHavingBuilderFactory agentHavingBuilderFactory, ITeamCityCaller teamCityCaller ) : System
agentHavingBuilderFactory IAgentHavingBuilderFactory
teamCityCaller ITeamCityCaller
Résultat System

DisableAgent() public méthode

public DisableAgent ( Action having ) : void
having Action
Résultat void

EnableAgent() public méthode

public EnableAgent ( Action having ) : void
having Action
Résultat void