C# Class FluentTc.Engine.AgentEnabler

Inheritance: IAgentEnabler
Show file Open project: QualiSystems/FluentTc

Public Methods

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

Private Methods

Method Description
ToggleAgent ( Action having, string enabled ) : void

Method Details

AgentEnabler() public method

public AgentEnabler ( IAgentHavingBuilderFactory agentHavingBuilderFactory, ITeamCityCaller teamCityCaller ) : System
agentHavingBuilderFactory IAgentHavingBuilderFactory
teamCityCaller ITeamCityCaller
return System

DisableAgent() public method

public DisableAgent ( Action having ) : void
having Action
return void

EnableAgent() public method

public EnableAgent ( Action having ) : void
having Action
return void