com.cwctravel.hudson.plugins.script_scm
Class ScriptSCMBrowser

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
      extended by hudson.scm.RepositoryBrowser<ScriptSCMChangeLogEntry>
          extended by com.cwctravel.hudson.plugins.script_scm.ScriptSCMBrowser
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable

public class ScriptSCMBrowser
extends hudson.scm.RepositoryBrowser<ScriptSCMChangeLogEntry>

See Also:
Serialized Form

Nested Class Summary
static class ScriptSCMBrowser.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ScriptSCMBrowser()
           
 
Method Summary
 java.net.URL getChangeSetLink(ScriptSCMChangeLogEntry changeSet)
           
 
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
 

Constructor Detail

ScriptSCMBrowser

public ScriptSCMBrowser()
Method Detail

getChangeSetLink

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


Copyright © 2004-2013. All Rights Reserved.