hudson.scm.browsers
Class SVNWeb

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
      extended by hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
          extended by hudson.scm.SubversionRepositoryBrowser
              extended by hudson.scm.browsers.SVNWeb
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, Serializable

public final class SVNWeb
extends SubversionRepositoryBrowser

SVN::Web RepositoryBrowser for Subversion.

Since:
1.x
Author:
martin.scholl at cismet.de
See Also:
Serialized Form

Nested Class Summary
static class SVNWeb.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 URL url
          The URL of the top of the site.
 
Constructor Summary
SVNWeb(URL url)
          Creates a new SVNWeb object.
 
Method Summary
 URL getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
          Returns the change set link value.
 URL getDiffLink(SubversionChangeLogSet.Path path)
          Returns the diff link value.
 URL getFileLink(SubversionChangeLogSet.Path path)
          Returns the file link value.
 
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
 

Field Detail

url

public final URL url
The URL of the top of the site.

Normalized to ends with '/', like http://svn.apache.org/wsvn/ It may contain a query parameter like ?root=foobar, so relative URL construction needs to be done with care.

Constructor Detail

SVNWeb

@DataBoundConstructor
public SVNWeb(URL url)
       throws MalformedURLException
Creates a new SVNWeb object.

Parameters:
url - DOCUMENT ME!
Throws:
MalformedURLException - DOCUMENT ME!
Method Detail

getDiffLink

public URL getDiffLink(SubversionChangeLogSet.Path path)
                throws IOException
Returns the diff link value.

Specified by:
getDiffLink in class SubversionRepositoryBrowser
Parameters:
path - the given path value.
Returns:
the diff link value.
Throws:
IOException - DOCUMENT ME!

getFileLink

public URL getFileLink(SubversionChangeLogSet.Path path)
                throws IOException
Returns the file link value.

Specified by:
getFileLink in class SubversionRepositoryBrowser
Parameters:
path - the given path value.
Returns:
the file link value.
Throws:
IOException - DOCUMENT ME!

getChangeSetLink

public URL getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
                     throws IOException
Returns the change set link value.

Specified by:
getChangeSetLink in class hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
Parameters:
changeSet - the given changeSet value.
Returns:
the change set link value.
Throws:
IOException - DOCUMENT ME!


Copyright © 2004-2013. All Rights Reserved.