Package | Description |
---|---|
org.uberfire.java.nio.fs.jgit.util | |
org.uberfire.java.nio.fs.jgit.util.commands | |
org.uberfire.java.nio.fs.jgit.util.model |
Modifier and Type | Method and Description |
---|---|
boolean |
GitImpl.commit(String branchName,
CommitInfo commitInfo,
boolean amend,
org.eclipse.jgit.lib.ObjectId originId,
CommitContent content) |
boolean |
Git.commit(String branchName,
CommitInfo commitInfo,
boolean amend,
org.eclipse.jgit.lib.ObjectId originId,
CommitContent content) |
Constructor and Description |
---|
Commit(Git git,
String branchName,
CommitInfo commitInfo,
boolean amend,
org.eclipse.jgit.lib.ObjectId originId,
CommitContent content) |
Modifier and Type | Class and Description |
---|---|
class |
CopyCommitContent |
class |
DefaultCommitContent |
class |
MergeCommitContent |
class |
MoveCommitContent |
class |
RevertCommitContent |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.