C# Class VersionOne.ServiceHost.ClearQuestServices.ClearQuestHostedService

Inheritance: IHostedService
显示文件 Open project: versionone/VersionOne.Integration.ClearQuest Class Usage Examples

Public Methods

Method Description
Initialize ( XmlElement config, IEventManager eventManager, IProfile profile ) : void
ProcessMandatoryFieldsSettings ( XmlElement config, ClearQuestServiceConfiguration clearQuestConfig ) : void
Start ( ) : void

Private Methods

Method Description
OnDefectCreated ( object pubobj ) : void

A Defect was created in V1 that corresponds to an Defect in ClearQuest. We update the defect in ClearQuest to reflect that.

OnDefectStateChanged ( object pubobj ) : void
OnInterval ( object pubobj ) : void

Method Details

Initialize() public method

public Initialize ( XmlElement config, IEventManager eventManager, IProfile profile ) : void
config System.Xml.XmlElement
eventManager IEventManager
profile IProfile
return void

ProcessMandatoryFieldsSettings() public method

public ProcessMandatoryFieldsSettings ( XmlElement config, ClearQuestServiceConfiguration clearQuestConfig ) : void
config System.Xml.XmlElement
clearQuestConfig ClearQuestServiceConfiguration
return void

Start() public method

public Start ( ) : void
return void