public class FetchResult extends OperationResult
Modifier and Type | Method and Description |
---|---|
void |
addSubmodule(String path,
FetchResult result)
Add fetch results for a submodule.
|
Map<String,FetchResult> |
submoduleResults()
Get fetch results for submodules.
|
getAdvertisedRef, getAdvertisedRefs, getMessages, getPeerUserAgent, getTrackingRefUpdate, getTrackingRefUpdates, getURI
public void addSubmodule(String path, FetchResult result)
path
- the submodule pathresult
- the fetch resultpublic Map<String,FetchResult> submoduleResults()
Copyright © 2017 Eclipse JGit Project. All rights reserved.