C# 클래스 Tp.Bugzilla.BugzillaService

상속: IBugzillaService
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
BugzillaService ( ) : System
BugzillaService ( IStorageRepository storageRepository ) : System
CheckConnection ( ) : bugzilla_properties
CheckConnection ( BugzillaProfile profile ) : bugzilla_properties
Execute ( IBugzillaQuery query ) : void
GetBugs ( int bugIDs ) : bugCollection
GetChangedBugIds ( System.DateTime date ) : int[]
GetResolutions ( ) : List
GetStatuses ( ) : List
GetTimeOffset ( ) : System.TimeSpan

비공개 메소드들

메소드 설명
ExecuteBugzillaNonQuery ( IBugzillaQuery query ) : void
ExecuteBugzillaQuery ( IBugzillaQuery query ) : string

메소드 상세

BugzillaService() 공개 메소드

public BugzillaService ( ) : System
리턴 System

BugzillaService() 공개 메소드

public BugzillaService ( IStorageRepository storageRepository ) : System
storageRepository IStorageRepository
리턴 System

CheckConnection() 공개 메소드

public CheckConnection ( ) : bugzilla_properties
리턴 Tp.Bugzilla.Schemas.bugzilla_properties

CheckConnection() 공개 메소드

public CheckConnection ( BugzillaProfile profile ) : bugzilla_properties
profile BugzillaProfile
리턴 Tp.Bugzilla.Schemas.bugzilla_properties

Execute() 공개 메소드

public Execute ( IBugzillaQuery query ) : void
query IBugzillaQuery
리턴 void

GetBugs() 공개 메소드

public GetBugs ( int bugIDs ) : bugCollection
bugIDs int
리턴 Tp.Bugzilla.Schemas.bugCollection

GetChangedBugIds() 공개 메소드

public GetChangedBugIds ( System.DateTime date ) : int[]
date System.DateTime
리턴 int[]

GetResolutions() 공개 메소드

public GetResolutions ( ) : List
리턴 List

GetStatuses() 공개 메소드

public GetStatuses ( ) : List
리턴 List

GetTimeOffset() 공개 메소드

public GetTimeOffset ( ) : System.TimeSpan
리턴 System.TimeSpan