GetBugExternalUrl() 공개 메소드

public GetBugExternalUrl ( string bugId ) : string
bugId string
리턴 string
		private static BugzillaBugInfo SetBugUrl(BugzillaBugInfo bugInfo, BugzillaUrl bugzillaUrl)
		{
			bugInfo.Url = bugzillaUrl.GetBugExternalUrl(bugInfo.Id);
			return bugInfo;
		}
예제 #2
0
 private static BugzillaBugInfo SetBugUrl(BugzillaBugInfo bugInfo, BugzillaUrl bugzillaUrl)
 {
     bugInfo.Url = bugzillaUrl.GetBugExternalUrl(bugInfo.Id);
     return(bugInfo);
 }