@Component public class GitStore extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GitStore.ForceRefreshTask |
static class |
GitStore.GitPullTask |
static class |
GitStore.Pair<K,V> |
| Constructor and Description |
|---|
GitStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
forceRefreshAll() |
Entry |
get(Long entryId) |
List<Entry> |
loadEntries() |
CompletableFuture<org.eclipse.jgit.api.PullResult> |
pull() |
public CompletableFuture<org.eclipse.jgit.api.PullResult> pull()
public void forceRefreshAll()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.