public class RhodeCode extends GitRepositoryBrowser
| Modifier and Type | Class and Description |
|---|---|
static class |
RhodeCode.RhodeCodeDescriptor |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Method and Description |
|---|---|
URL |
getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set
http://[RhodeCode URL]/changeset/[commit] |
URL |
getDiffLink(GitChangeSet.Path path)
Creates a link to the file diff.
|
URL |
getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
encodeURL, getIndexOfPath, getNormalizeUrl, getRepoUrl, getUrl, initialChecksAndReturnOk, validateUrlall, normalizeToEndWithSlash, trimHeadSlashgetDescriptor@DataBoundConstructor public RhodeCode(String repoUrl)
public URL getChangeSetLink(GitChangeSet changeSet) throws IOException
http://[RhodeCode URL]/changeset/[commit]getChangeSetLink in class RepositoryBrowser<GitChangeSet>changeSet - commit hashIOException - on input or output errorpublic URL getDiffLink(GitChangeSet.Path path) throws IOException
http://[RhodeCode URL]/diff/[path]?diff2=[commit]&diff1=[commit]&diff=diff+to+revisiongetDiffLink in class GitRepositoryBrowserpath - affected file pathIOException - on input or output errorpublic URL getFileLink(GitChangeSet.Path path) throws IOException
http://[RhodeCode URL]/files/[commit]/[path]getFileLink in class GitRepositoryBrowserpath - affected file pathIOException - on input or output errorCopyright © 2007–2021. All rights reserved.