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 java.lang.String |
GitDataStore.doCreateProfile(org.eclipse.jgit.api.Git git,
GitContext context,
java.lang.String profile,
java.lang.String version)
Creates the given profile directory in the currently checked out version branch
|
java.lang.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 java.lang.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 © 2016 Red Hat. All Rights Reserved.