Uses of Class
hudson.scm.SubversionChangeLogSet.LogEntry

Packages that use SubversionChangeLogSet.LogEntry
hudson.scm   
hudson.scm.browsers   
 

Uses of SubversionChangeLogSet.LogEntry in hudson.scm
 

Methods in hudson.scm that return SubversionChangeLogSet.LogEntry
 SubversionChangeLogSet.LogEntry SubversionChangeLogSet.Path.getLogEntry()
          Gets the SubversionChangeLogSet.LogEntry of which this path is a member.
 

Methods in hudson.scm that return types with arguments of type SubversionChangeLogSet.LogEntry
 List<SubversionChangeLogSet.LogEntry> SubversionChangeLogSet.getLogs()
           
protected  List<SubversionChangeLogSet.LogEntry> SubversionChangeLogSet.prepareChangeLogEntries(List<SubversionChangeLogSet.LogEntry> items)
           
protected static List<SubversionChangeLogSet.LogEntry> SubversionChangeLogSet.removeDuplicatedEntries(List<SubversionChangeLogSet.LogEntry> items)
          Removes duplicate entries, ie those coming form svn:externals.
 

Methods in hudson.scm with parameters of type SubversionChangeLogSet.LogEntry
 void SubversionChangeLogSet.Path.setLogEntry(SubversionChangeLogSet.LogEntry entry)
          Sets the SubversionChangeLogSet.LogEntry of which this path is a member.
 

Method parameters in hudson.scm with type arguments of type SubversionChangeLogSet.LogEntry
protected  List<SubversionChangeLogSet.LogEntry> SubversionChangeLogSet.prepareChangeLogEntries(List<SubversionChangeLogSet.LogEntry> items)
           
protected static List<SubversionChangeLogSet.LogEntry> SubversionChangeLogSet.removeDuplicatedEntries(List<SubversionChangeLogSet.LogEntry> items)
          Removes duplicate entries, ie those coming form svn:externals.
 

Uses of SubversionChangeLogSet.LogEntry in hudson.scm.browsers
 

Methods in hudson.scm.browsers with parameters of type SubversionChangeLogSet.LogEntry
 URL FishEyeSVN.getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
           
 URL ViewSVN.getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
           
 URL WebSVN.getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
          Returns the change set link value.
 URL SVNWeb.getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
          Returns the change set link value.
 URL Sventon.getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
           
 URL Sventon2.getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
           
 URL WebSVN2.getChangeSetLink(SubversionChangeLogSet.LogEntry logEntry)
           
 URL CollabNetSVN.getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
          
 



Copyright © 2004-2013 Hudson. All Rights Reserved.