Uses of Class
hudson.scm.BlameSubversionChangeLogSet.LogEntry

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

Uses of BlameSubversionChangeLogSet.LogEntry in hudson.scm
 

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

Methods in hudson.scm that return types with arguments of type BlameSubversionChangeLogSet.LogEntry
 List<BlameSubversionChangeLogSet.LogEntry> BlameSubversionChangeLogSet.getLogs()
           
 Iterator<BlameSubversionChangeLogSet.LogEntry> BlameSubversionChangeLogSet.iterator()
           
 

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

Uses of BlameSubversionChangeLogSet.LogEntry in hudson.scm.browsers
 

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



Copyright © 2004-2012 Hudson. All Rights Reserved.