public class RhodeCodeLegacy extends RhodeCode
Modifier and Type | Class and Description |
---|---|
static class |
RhodeCodeLegacy.DescriptorImpl |
HgBrowser.HgBrowserDescriptor
ExtensionPoint.LegacyInstancesAreScopedToHudson
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, getFileLink
getUrl, readResolve
all, normalizeToEndWithSlash, trimHeadSlash
getDescriptor
@DataBoundConstructor public RhodeCodeLegacy(String url) throws MalformedURLException
MalformedURLException
public 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 RhodeCode
path
- to a file.MalformedURLException
Copyright © 2016–2022. All rights reserved.