C# Class VersionOne.ServiceHost.ClearQuestServices.ClearQuestHostedService

Inheritance: IHostedService
Afficher le fichier Open project: versionone/VersionOne.Integration.ClearQuest Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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

ProcessMandatoryFieldsSettings() public méthode

public ProcessMandatoryFieldsSettings ( XmlElement config, ClearQuestServiceConfiguration clearQuestConfig ) : void
config System.Xml.XmlElement
clearQuestConfig ClearQuestServiceConfiguration
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void