Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
Ref |
RenameBranchCommand.call() |
RebaseResult |
RebaseCommand.call() |
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
Ref |
CheckoutCommand.call() |
PullResult |
PullCommand.call() |
Ref |
CreateBranchCommand.call() |
protected CheckoutCommand |
CheckoutCommand.checkoutPaths()
Checkout paths into index and working directory, firing a
WorkingTreeModifiedEvent if the working
tree was modified. |
private java.util.Collection<Ref> |
ListBranchCommand.filterRefs(java.util.Collection<Ref> refs) |
private Ref |
RebaseCommand.getHead() |
private ObjectId |
CheckoutCommand.getStartPointObjectId() |
private ObjectId |
CreateBranchCommand.getStartPointObjectId() |
DescribeCommand |
DescribeCommand.setTarget(java.lang.String rev)
Sets the commit to be described.
|
RebaseCommand |
RebaseCommand.setUpstream(java.lang.String upstream)
Set the upstream branch
|
private void |
RebaseCommand.writeRewrittenHashes() |