public class GoogleCode extends HgBrowser
| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleCode.DescriptorImpl |
HgBrowser.HgBrowserDescriptor| Constructor and Description |
|---|
GoogleCode(String url) |
| 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.
|
getUrl, readResolve@DataBoundConstructor public GoogleCode(String url) throws MalformedURLException
MalformedURLExceptionpublic URL getChangeSetLink(MercurialChangeSet changeSet) throws IOException
getChangeSetLink in class HgBrowserIOExceptionpublic URL getFileLink(String path) throws MalformedURLException
IllegalStateException when this method is called before at least one call
to getChangeSetLink(MercurialChangeSet).getFileLink in class HgBrowserpath - to a file.MalformedURLExceptionpublic URL getDiffLink(String path) throws MalformedURLException
IllegalStateException when this method is called before at least one call
to getChangeSetLink(MercurialChangeSet).getDiffLink in class HgBrowserpath - to a file.MalformedURLExceptionCopyright © 2004-2013. All Rights Reserved.