public class RhodeCodeLegacy extends RhodeCode
| Modifier and Type | Class and Description |
|---|---|
static class |
RhodeCodeLegacy.DescriptorImpl |
HgBrowser.HgBrowserDescriptor| Constructor and Description |
|---|
RhodeCodeLegacy(String url) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getDiffLink(String path)
Returns a link to a diff for a file.
|
getChangeSetLink, getFileLinkgetUrl, readResolve@DataBoundConstructor public RhodeCodeLegacy(String url) throws MalformedURLException
MalformedURLExceptionpublic URL getDiffLink(String path) throws MalformedURLException
IllegalStateException when this method is called before at
least one call to getChangeSetLink(MercurialChangeSet).
Throws IllegalStateException when this method is called before at
least one call to getChangeSetLink(MercurialChangeSet).getDiffLink in class RhodeCodepath - to a file.MalformedURLExceptionCopyright © 2004-2013. All Rights Reserved.