Package hudson.plugins.mercurial.browser
Class FishEye
java.lang.Object
hudson.model.AbstractDescribableImpl<RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<MercurialChangeSet>
hudson.plugins.mercurial.browser.HgBrowser
hudson.plugins.mercurial.browser.FishEye
- All Implemented Interfaces:
ExtensionPoint
,Describable<RepositoryBrowser<?>>
,Serializable
Mercurial web interface served using FishEye.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.plugins.mercurial.browser.HgBrowser
HgBrowser.HgBrowserDescriptor
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChangeSetLink
(MercurialChangeSet changeSet) getDiffLink
(String path) Returns a link to a diff for a file.getFileLink
(String path) Returns a link to a specific revision of a file.Methods inherited from class hudson.plugins.mercurial.browser.HgBrowser
getUrl, readResolve
Methods inherited from class hudson.scm.RepositoryBrowser
all, normalizeToEndWithSlash, trimHeadSlash
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
FishEye
- Throws:
MalformedURLException
-
-
Method Details
-
getChangeSetLink
- Overrides:
getChangeSetLink
in classHgBrowser
- Throws:
IOException
-
getFileLink
Returns a link to a specific revision of a file. ThrowsIllegalStateException
when this method is called before at least one call to getChangeSetLink(MercurialChangeSet).- Overrides:
getFileLink
in classHgBrowser
- Parameters:
path
- to a file.- Returns:
- URL pointing to a specific revision of the file.
- Throws:
MalformedURLException
-
getDiffLink
Returns a link to a diff for a file. ThrowsIllegalStateException
when this method is called before at least one call to getChangeSetLink(MercurialChangeSet).- Overrides:
getDiffLink
in classHgBrowser
- Parameters:
path
- to a file.- Returns:
- URL pointing to a specific revision of the file.
- Throws:
MalformedURLException
-