C# 클래스 Tp.Bugzilla.BugzillaInfoStorageRepository

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

공개 메소드들

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