hudson.plugins.mercurial.browser
Class HgBrowser
java.lang.Object
hudson.scm.RepositoryBrowser<MercurialChangeSet>
hudson.plugins.mercurial.browser.HgBrowser
- All Implemented Interfaces:
- ExtensionPoint, Describable<RepositoryBrowser<?>>, Serializable
- Direct Known Subclasses:
- BitBucket, GoogleCode, HgWeb, KilnHG
public class HgBrowser
- extends RepositoryBrowser<MercurialChangeSet>
Parent class, as there is more than one browser.
readResolve() will return the old default HgWeb.
Direct calls on this class will always throw UnsupportedOperationExceptions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
current
transient MercurialChangeSet current
url
private final URL url
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
HgBrowser
HgBrowser(String url)
throws MalformedURLException
- Throws:
MalformedURLException
getChangeSetLink
public URL getChangeSetLink(MercurialChangeSet changeset)
throws IOException
-
- Specified by:
getChangeSetLink in class RepositoryBrowser<MercurialChangeSet>
- Throws:
IOException
getFileLink
public URL getFileLink(String path)
throws MalformedURLException
- Returns a link to a specific revision of a file.
- Parameters:
path - to a file.
- Returns:
- URL pointing to a specific revision of the file.
- Throws:
MalformedURLException
getDiffLink
public URL getDiffLink(String path)
throws MalformedURLException
- Returns a link to a diff for a file.
- Parameters:
path - to a file.
- Returns:
- URL pointing to a specific revision of the file.
- Throws:
MalformedURLException
checkCurrentIsNotNull
void checkCurrentIsNotNull()
- Throws an
IllegalStateException if current is null. This is used in subclasses.
- Throws:
IllegalStateException - if current is null.
getUrl
public URL getUrl()
readResolve
public Object readResolve()
Copyright © 2010. All Rights Reserved.