com.ibm.team.build.internal.hjplugin
Class RTCRepositoryBrowser

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
      extended by hudson.scm.RepositoryBrowser<RTCChangeLogSetEntry>
          extended by com.ibm.team.build.internal.hjplugin.RTCRepositoryBrowser
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, Serializable

public class RTCRepositoryBrowser
extends hudson.scm.RepositoryBrowser<RTCChangeLogSetEntry>

See Also:
Serialized Form

Nested Class Summary
static class RTCRepositoryBrowser.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
RTCRepositoryBrowser(String serverURI)
           
 
Method Summary
 URL getBaselineSetLink(RTCChangeLogSet changeLog)
           
 URL getChangeSetLink(RTCChangeLogSetEntry changeSet)
           
 URL getVersionableStateLink(RTCChangeLogChangeSetEntry changeSet, RTCChangeLogChangeSetEntry.ChangeDesc changeDesc)
           
 URL getWorkItemLink(RTCChangeLogChangeSetEntry.WorkItemDesc workItem)
           
 
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

RTCRepositoryBrowser

@DataBoundConstructor
public RTCRepositoryBrowser(String serverURI)
Method Detail

getChangeSetLink

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

getVersionableStateLink

public URL getVersionableStateLink(RTCChangeLogChangeSetEntry changeSet,
                                   RTCChangeLogChangeSetEntry.ChangeDesc changeDesc)
                            throws MalformedURLException
Throws:
MalformedURLException

getWorkItemLink

public URL getWorkItemLink(RTCChangeLogChangeSetEntry.WorkItemDesc workItem)
                    throws MalformedURLException
Throws:
MalformedURLException

getBaselineSetLink

public URL getBaselineSetLink(RTCChangeLogSet changeLog)
                       throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2004-2013. All Rights Reserved.