C# Class VersionOne.ServiceHost.QualityCenterServices.QualityCenterUpdaterService

Handles events for: creating tests int Quality Center updating Quality Center after pushing a Defect to V1 updating Quality Center after a Defect is closed in V1 Publishes events for: notifying V1 that a Test was (or wasn't) successfully created in Quality Center
Inheritance: IHostedService
Afficher le fichier Open project: versionone/VersionOne.Integration.HPALM Class Usage Examples

Méthodes publiques

Méthode Description
CreateQCTest ( object pubobj ) : void
Initialize ( XmlElement config, IEventManager eventManager, IProfile profile ) : void
OnDefectCreated ( object pubobj ) : void
OnDefectStateChange ( object pubobj ) : void
QualityCenterUpdaterService ( QualityCenterReaderUpdater server ) : System
Start ( ) : void

Private Methods

Méthode Description
HostStateChanged ( object pubobj ) : void

Method Details

CreateQCTest() public méthode

public CreateQCTest ( object pubobj ) : void
pubobj object
Résultat void

Initialize() public méthode

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

OnDefectCreated() public méthode

public OnDefectCreated ( object pubobj ) : void
pubobj object
Résultat void

OnDefectStateChange() public méthode

public OnDefectStateChange ( object pubobj ) : void
pubobj object
Résultat void

QualityCenterUpdaterService() public méthode

public QualityCenterUpdaterService ( QualityCenterReaderUpdater server ) : System
server QualityCenterReaderUpdater
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void