GetBugExternalUrl() public method

public GetBugExternalUrl ( string bugId ) : string
bugId string
return 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);
 }