hudson.plugins.starteam
Class StarTeamRepositoryBrowser

java.lang.Object
  extended by hudson.scm.RepositoryBrowser
      extended by hudson.plugins.starteam.StarTeamRepositoryBrowser
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable, java.io.Serializable

public abstract class StarTeamRepositoryBrowser
extends hudson.scm.RepositoryBrowser

Author:
Ilkka Laukkanen TODO implement maybe?
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
StarTeamRepositoryBrowser()
           
 
Method Summary
 java.net.URL getChangeSetLink(hudson.scm.ChangeLogSet.Entry changeSet)
           
 hudson.model.Descriptor getDescriptor()
           
 
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
 

Constructor Detail

StarTeamRepositoryBrowser

public StarTeamRepositoryBrowser()
Method Detail

getChangeSetLink

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

getDescriptor

public hudson.model.Descriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable
Overrides:
getDescriptor in class hudson.scm.RepositoryBrowser


Copyright © 2007-2010. All Rights Reserved.