C# Class Tp.Bugzilla.BugzillaService

Inheritance: IBugzillaService
ファイルを表示 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
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

Private Methods

Method Description
ExecuteBugzillaNonQuery ( IBugzillaQuery query ) : void
ExecuteBugzillaQuery ( IBugzillaQuery query ) : string

Method Details

BugzillaService() public method

public BugzillaService ( ) : System
return System

BugzillaService() public method

public BugzillaService ( IStorageRepository storageRepository ) : System
storageRepository IStorageRepository
return System

CheckConnection() public method

public CheckConnection ( ) : bugzilla_properties
return Tp.Bugzilla.Schemas.bugzilla_properties

CheckConnection() public method

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

Execute() public method

public Execute ( IBugzillaQuery query ) : void
query IBugzillaQuery
return void

GetBugs() public method

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

GetChangedBugIds() public method

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

GetResolutions() public method

public GetResolutions ( ) : List
return List

GetStatuses() public method

public GetStatuses ( ) : List
return List

GetTimeOffset() public method

public GetTimeOffset ( ) : System.TimeSpan
return System.TimeSpan