C# 클래스 VersionOne.ServiceHost.ClearQuestServices.ClearQuestHostedService

상속: IHostedService
파일 보기 프로젝트 열기: versionone/VersionOne.Integration.ClearQuest 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( XmlElement config, IEventManager eventManager, IProfile profile ) : void
ProcessMandatoryFieldsSettings ( XmlElement config, ClearQuestServiceConfiguration clearQuestConfig ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Initialize() 공개 메소드

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

ProcessMandatoryFieldsSettings() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void