hudson.plugins.synergy.impl
Class CheckoutResult

java.lang.Object
  extended by hudson.plugins.synergy.impl.CheckoutResult

public class CheckoutResult
extends java.lang.Object

The result of a checkout, made up of a set of logs and conflicts


Constructor Summary
CheckoutResult(java.util.Collection<Conflict> conflicts, java.util.Collection<SynergyChangeLogSet.LogEntry> logs)
           
 
Method Summary
 java.util.Collection<Conflict> getConflicts()
           
 java.util.Collection<SynergyChangeLogSet.LogEntry> getLogs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckoutResult

public CheckoutResult(java.util.Collection<Conflict> conflicts,
                      java.util.Collection<SynergyChangeLogSet.LogEntry> logs)
Method Detail

getLogs

public java.util.Collection<SynergyChangeLogSet.LogEntry> getLogs()

getConflicts

public java.util.Collection<Conflict> getConflicts()


Copyright © 2008-2009. All Rights Reserved.