| Package | Description |
|---|---|
| io.fabric8.git.internal |
| Modifier and Type | Method and Description |
|---|---|
GitContext |
GitContext.requireCommit()
Indicates a commit is required after this operation completes
|
GitContext |
GitContext.requirePush()
Indicates a push will be required after the operation is completed.
|
| Modifier and Type | Method and Description |
|---|---|
T |
GitOperation.call(org.eclipse.jgit.api.Git git,
GitContext context) |
protected String |
GitDataStore.doCreateProfile(org.eclipse.jgit.api.Git git,
GitContext context,
String profile,
String version)
Creates the given profile directory in the currently checked out version branch
|
protected String |
GitDataStore.doExportProfiles(org.eclipse.jgit.api.Git git,
GitContext context,
File outputFile,
FileFilter filter)
exports one or more profile folders from the given version into the zip
|
protected String |
GitDataStore.doImportProfiles(org.eclipse.jgit.api.Git git,
GitContext context,
List<String> profileZipUrls)
Imports one or more profile zips into the given version
|
Iterable<org.eclipse.jgit.transport.PushResult> |
GitDataStore.doPush(org.eclipse.jgit.api.Git git,
GitContext gitContext)
Pushes any changes - assumed to be invoked within a gitOperation method!
|
protected Iterable<org.eclipse.jgit.transport.PushResult> |
GitDataStore.doPush(org.eclipse.jgit.api.Git git,
GitContext gitContext,
org.eclipse.jgit.transport.CredentialsProvider credentialsProvider)
Pushes any committed changes to the remote repo
|
<T> T |
GitDataStore.gitOperation(org.eclipse.jgit.lib.PersonIdent personIdent,
GitOperation<T> operation,
boolean pullFirst,
GitContext context) |
Copyright © 2011–2014 Red Hat. All rights reserved.