C# Class Tp.Bugzilla.BugzillaInfoStorageRepository

Inheritance: IBugzillaInfoStorageRepository
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
BugzillaInfoStorageRepository ( IStorageRepository repository, IProfileCollectionReadonly profiles ) : System.Collections.Generic
GetAllBugzillaBugs ( IEnumerable tpBugs ) : IEnumerable
GetBugzillaBug ( int tpBugId ) : BugzillaBugInfo
GetBugzillaBugs ( IEnumerable tpBugs ) : IEnumerable
GetTargetProcessBugId ( string bugzillaBugId ) : TargetProcessBugId
RemoveBugzillaBug ( int tpBugId ) : BugzillaBugInfo
SaveBugsRelation ( int tpBugId, BugzillaBugInfo bugzillaBug ) : void
SaveBugzillaBugInfo ( int tpBugId, BugzillaBugInfo bug ) : void

Private Methods

Méthode Description
GetBugzillaUrlForProfile ( IStorageRepository profile ) : BugzillaUrl
SetBugUrl ( BugzillaBugInfo bugInfo, BugzillaUrl bugzillaUrl ) : BugzillaBugInfo

Method Details

BugzillaInfoStorageRepository() public méthode

public BugzillaInfoStorageRepository ( IStorageRepository repository, IProfileCollectionReadonly profiles ) : System.Collections.Generic
repository IStorageRepository
profiles IProfileCollectionReadonly
Résultat System.Collections.Generic

GetAllBugzillaBugs() public méthode

public GetAllBugzillaBugs ( IEnumerable tpBugs ) : IEnumerable
tpBugs IEnumerable
Résultat IEnumerable

GetBugzillaBug() public méthode

public GetBugzillaBug ( int tpBugId ) : BugzillaBugInfo
tpBugId int
Résultat BugzillaBugInfo

GetBugzillaBugs() public méthode

public GetBugzillaBugs ( IEnumerable tpBugs ) : IEnumerable
tpBugs IEnumerable
Résultat IEnumerable

GetTargetProcessBugId() public méthode

public GetTargetProcessBugId ( string bugzillaBugId ) : TargetProcessBugId
bugzillaBugId string
Résultat Tp.BugTracking.ImportToTp.TargetProcessBugId

RemoveBugzillaBug() public méthode

public RemoveBugzillaBug ( int tpBugId ) : BugzillaBugInfo
tpBugId int
Résultat BugzillaBugInfo

SaveBugsRelation() public méthode

public SaveBugsRelation ( int tpBugId, BugzillaBugInfo bugzillaBug ) : void
tpBugId int
bugzillaBug BugzillaBugInfo
Résultat void

SaveBugzillaBugInfo() public méthode

public SaveBugzillaBugInfo ( int tpBugId, BugzillaBugInfo bug ) : void
tpBugId int
bug BugzillaBugInfo
Résultat void