C# Класс Tp.Bugzilla.BugzillaInfoStorageRepository

Наследование: IBugzillaInfoStorageRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetBugzillaUrlForProfile ( IStorageRepository profile ) : BugzillaUrl
SetBugUrl ( BugzillaBugInfo bugInfo, BugzillaUrl bugzillaUrl ) : BugzillaBugInfo

Описание методов

BugzillaInfoStorageRepository() публичный Метод

public BugzillaInfoStorageRepository ( IStorageRepository repository, IProfileCollectionReadonly profiles ) : System.Collections.Generic
repository IStorageRepository
profiles IProfileCollectionReadonly
Результат System.Collections.Generic

GetAllBugzillaBugs() публичный Метод

public GetAllBugzillaBugs ( IEnumerable tpBugs ) : IEnumerable
tpBugs IEnumerable
Результат IEnumerable

GetBugzillaBug() публичный Метод

public GetBugzillaBug ( int tpBugId ) : BugzillaBugInfo
tpBugId int
Результат BugzillaBugInfo

GetBugzillaBugs() публичный Метод

public GetBugzillaBugs ( IEnumerable tpBugs ) : IEnumerable
tpBugs IEnumerable
Результат IEnumerable

GetTargetProcessBugId() публичный Метод

public GetTargetProcessBugId ( string bugzillaBugId ) : TargetProcessBugId
bugzillaBugId string
Результат Tp.BugTracking.ImportToTp.TargetProcessBugId

RemoveBugzillaBug() публичный Метод

public RemoveBugzillaBug ( int tpBugId ) : BugzillaBugInfo
tpBugId int
Результат BugzillaBugInfo

SaveBugsRelation() публичный Метод

public SaveBugsRelation ( int tpBugId, BugzillaBugInfo bugzillaBug ) : void
tpBugId int
bugzillaBug BugzillaBugInfo
Результат void

SaveBugzillaBugInfo() публичный Метод

public SaveBugzillaBugInfo ( int tpBugId, BugzillaBugInfo bug ) : void
tpBugId int
bug BugzillaBugInfo
Результат void