public abstract class HgBrowser extends hudson.scm.RepositoryBrowser<MercurialChangeSet>
readResolve() will return the old default HgWeb.
Direct calls on this class will always throw UnsupportedOperationExceptions.| Modifier and Type | Class and Description |
|---|---|
protected static class |
HgBrowser.HgBrowserDescriptor |
| Modifier and Type | Method and Description |
|---|---|
URL |
getChangeSetLink(MercurialChangeSet changeset) |
URL |
getDiffLink(String path)
Returns a link to a diff for a file.
|
URL |
getFileLink(String path)
Returns a link to a specific revision of a file.
|
URL |
getUrl() |
Object |
readResolve() |
public URL getChangeSetLink(MercurialChangeSet changeset) throws IOException
getChangeSetLink in class hudson.scm.RepositoryBrowser<MercurialChangeSet>IOExceptionpublic URL getFileLink(String path) throws MalformedURLException
path - to a file.MalformedURLExceptionpublic URL getDiffLink(String path) throws MalformedURLException
path - to a file.MalformedURLExceptionpublic URL getUrl()
public Object readResolve()
Copyright © 2004-2013. All Rights Reserved.