Uses of Class
hudson.plugins.synergy.SynergyChangeLogSet.LogEntry

Packages that use SynergyChangeLogSet.LogEntry
hudson.plugins.synergy   
hudson.plugins.synergy.impl   
 

Uses of SynergyChangeLogSet.LogEntry in hudson.plugins.synergy
 

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

Methods in hudson.plugins.synergy that return types with arguments of type SynergyChangeLogSet.LogEntry
 java.util.List<SynergyChangeLogSet.LogEntry> SynergyChangeLogSet.getLogs()
           
 java.util.Iterator<SynergyChangeLogSet.LogEntry> SynergyChangeLogSet.iterator()
           
 

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

Constructor parameters in hudson.plugins.synergy with type arguments of type SynergyChangeLogSet.LogEntry
SynergyChangeLogSet(hudson.model.AbstractBuild build, java.util.List<SynergyChangeLogSet.LogEntry> logs)
           
 

Uses of SynergyChangeLogSet.LogEntry in hudson.plugins.synergy.impl
 

Methods in hudson.plugins.synergy.impl that return types with arguments of type SynergyChangeLogSet.LogEntry
 java.util.Collection<SynergyChangeLogSet.LogEntry> CheckoutResult.getLogs()
           
 

Constructor parameters in hudson.plugins.synergy.impl with type arguments of type SynergyChangeLogSet.LogEntry
CheckoutResult(java.util.Collection<Conflict> conflicts, java.util.Collection<SynergyChangeLogSet.LogEntry> logs)
           
 



Copyright © 2008-2009. All Rights Reserved.