public static class SCMHeadObserver.Collector extends SCMHeadObserver
SCMHeads and SCMRevisions.SCMHeadObserver.AllFinished, SCMHeadObserver.Collector, SCMHeadObserver.OneFinished, SCMHeadObserver.Selector| Constructor and Description |
|---|
SCMHeadObserver.Collector() |
| Modifier and Type | Method and Description |
|---|---|
void |
observe(SCMHead head,
SCMRevision revision)
Observes a head and current revision.
|
Map<SCMHead,SCMRevision> |
result()
Returns the collected results.
|
allOf, collect, first, isObserving, selectpublic void observe(@NonNull
SCMHead head,
@NonNull
SCMRevision revision)
observe in class SCMHeadObserverhead - the head.revision - the revision.@NonNull public Map<SCMHead,SCMRevision> result()
Copyright © 2004-2013. All Rights Reserved.