mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 08:21:23 +00:00
Added more getHtmlUrl() methods
This commit is contained in:
@@ -161,6 +161,10 @@ public class GHRepository extends GHObject {
|
||||
return ssh_url;
|
||||
}
|
||||
|
||||
public URL getHtmlUrl() {
|
||||
return GitHub.parseURL(html_url);
|
||||
}
|
||||
|
||||
/**
|
||||
* Short repository name without the owner. For example 'jenkins' in case of http://github.com/jenkinsci/jenkins
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user