hudson.scm.browsers
Class Sventon
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<BlameSubversionChangeLogSet.LogEntry>
hudson.scm.BlameSubversionRepositoryBrowser
hudson.scm.browsers.AbstractSventon
hudson.scm.browsers.Sventon
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, Serializable
public class Sventon
- extends AbstractSventon
RepositoryBrowser for Sventon 1.x.
- Author:
- Stephen Connolly
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.scm.RepositoryBrowser |
all, normalizeToEndWithSlash, trimHeadSlash |
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sventon
@DataBoundConstructor
public Sventon(URL url,
String repositoryInstance)
throws MalformedURLException
- Throws:
MalformedURLException
getDiffLink
public URL getDiffLink(BlameSubversionChangeLogSet.Path path)
throws IOException
- Description copied from class:
BlameSubversionRepositoryBrowser
- Determines the link to the diff between the version
in the specified revision of
BlameSubversionChangeLogSet.Path to its previous version.
- Specified by:
getDiffLink in class BlameSubversionRepositoryBrowser
- Returns:
- null if the browser doesn't have any URL for diff.
- Throws:
IOException
getFileLink
public URL getFileLink(BlameSubversionChangeLogSet.Path path)
throws IOException
- Description copied from class:
BlameSubversionRepositoryBrowser
- Determines the link to a single file under Subversion.
This page should display all the past revisions of this file, etc.
- Specified by:
getFileLink in class BlameSubversionRepositoryBrowser
- Returns:
- null if the browser doesn't have any suitable URL.
- Throws:
IOException
getChangeSetLink
public URL getChangeSetLink(BlameSubversionChangeLogSet.LogEntry changeSet)
throws IOException
- Specified by:
getChangeSetLink in class hudson.scm.RepositoryBrowser<BlameSubversionChangeLogSet.LogEntry>
- Throws:
IOException
Copyright © 2004-2012 Hudson. All Rights Reserved.