|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.synergy.impl.CheckoutResult
public class CheckoutResult
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 |
|---|
public CheckoutResult(java.util.Collection<Conflict> conflicts,
java.util.Collection<SynergyChangeLogSet.LogEntry> logs)
| Method Detail |
|---|
public java.util.Collection<SynergyChangeLogSet.LogEntry> getLogs()
public java.util.Collection<Conflict> getConflicts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||