com.deluan.jenkins.plugins.rtc
Class JazzRepositoryBrowser

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
      extended by hudson.scm.RepositoryBrowser<JazzChangeSet>
          extended by com.deluan.jenkins.plugins.rtc.JazzRepositoryBrowser
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, Serializable

public class JazzRepositoryBrowser
extends hudson.scm.RepositoryBrowser<JazzChangeSet>

Author:
deluan
See Also:
Serialized Form

Nested Class Summary
static class JazzRepositoryBrowser.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JazzRepositoryBrowser()
           
 
Method Summary
 URL getChangeSetLink(JazzChangeSet changeSet)
           
 URL getWorkItemLink(JazzChangeSet changeSet, String 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

JazzRepositoryBrowser

@DataBoundConstructor
public JazzRepositoryBrowser()
Method Detail

getChangeSetLink

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

getWorkItemLink

public URL getWorkItemLink(JazzChangeSet changeSet,
                           String workItem)
                    throws IOException
Throws:
IOException


Copyright © 2004-2011. All Rights Reserved.