hudson.plugins.redmine
Class RedmineRepositoryBrowser

java.lang.Object
  extended by hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry>
      extended by hudson.scm.SubversionRepositoryBrowser
          extended by hudson.plugins.redmine.RedmineRepositoryBrowser
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable

public class RedmineRepositoryBrowser
extends hudson.scm.SubversionRepositoryBrowser

produces redmine links.

Author:
gaooh
See Also:
Serialized Form

Nested Class Summary
static class RedmineRepositoryBrowser.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static RedmineRepositoryBrowser.DescriptorImpl DESCRIPTOR
           
 
Constructor Summary
RedmineRepositoryBrowser()
           
 
Method Summary
 java.net.URL getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet)
           
 hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()
           
 java.net.URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path)
           
 java.net.URL getFileLink(hudson.scm.SubversionChangeLogSet.Path path)
           
 
Methods inherited from class hudson.scm.RepositoryBrowser
all, normalizeToEndWithSlash, trimHeadSlash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

@Extension
public static final RedmineRepositoryBrowser.DescriptorImpl DESCRIPTOR
Constructor Detail

RedmineRepositoryBrowser

@DataBoundConstructor
public RedmineRepositoryBrowser()
Method Detail

getDiffLink

public java.net.URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path)
                         throws java.io.IOException
Specified by:
getDiffLink in class hudson.scm.SubversionRepositoryBrowser
Throws:
java.io.IOException

getFileLink

public java.net.URL getFileLink(hudson.scm.SubversionChangeLogSet.Path path)
                         throws java.io.IOException
Specified by:
getFileLink in class hudson.scm.SubversionRepositoryBrowser
Throws:
java.io.IOException

getChangeSetLink

public java.net.URL getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet)
                              throws java.io.IOException
Specified by:
getChangeSetLink in class hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry>
Throws:
java.io.IOException

getDescriptor

public hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>
Overrides:
getDescriptor in class hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry>


Copyright © 2009. All Rights Reserved.