Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
LogCommand |
LogCommand.add(AnyObjectId start)
Mark a commit to start graph traversal from.
|
PushCommand |
PushCommand.add(java.lang.String nameOrSpec)
Add a reference to push.
|
LogCommand |
LogCommand.addRange(AnyObjectId since,
AnyObjectId until)
Adds the range
since..until |
Ref |
CreateBranchCommand.call() |
java.util.List<Note> |
ListNotesCommand.call() |
Git |
InitCommand.call()
Executes the
Init command. |
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call() |
java.util.List<java.lang.String> |
DeleteTagCommand.call() |
java.util.Map<java.lang.String,java.lang.String> |
SubmoduleSyncCommand.call() |
Note |
AddNoteCommand.call() |
FetchResult |
FetchCommand.call()
Executes the
fetch command with all the options and parameters
collected by the setter methods of this class. |
Note |
RemoveNoteCommand.call() |
java.lang.Iterable<PushResult> |
PushCommand.call()
Executes the
push command with all the options and parameters
collected by the setter methods of this class. |
java.util.Collection<java.lang.String> |
SubmoduleInitCommand.call() |
Repository |
SubmoduleAddCommand.call() |
java.util.List<RevTag> |
ListTagCommand.call() |
java.util.List<Ref> |
ListBranchCommand.call() |
Note |
ShowNoteCommand.call() |
RevCommit |
CommitCommand.call()
Executes the
commit command with all the options and parameters
collected by the setter methods of this class. |
java.util.Map<java.lang.String,SubmoduleStatus> |
SubmoduleStatusCommand.call() |
RebaseResult |
RebaseCommand.call()
Executes the
Rebase command with all the options and parameters
collected by the setter methods of this class. |
Ref |
CheckoutCommand.call() |
RevTag |
TagCommand.call()
Executes the
tag command with all the options and parameters
collected by the setter methods of this class. |
java.util.Collection<Ref> |
LsRemoteCommand.call()
Executes the
LsRemote command with all the options and parameters
collected by the setter methods (e.g. |
Git |
CloneCommand.call()
Executes the
Clone command. |
java.util.List<java.lang.String> |
DeleteBranchCommand.call() |
java.lang.Iterable<RevCommit> |
LogCommand.call()
Executes the
Log command with all the options and parameters
collected by the setter methods (e.g. |
BlameResult |
BlameCommand.call()
Generate a list of lines with information about when the lines were
introduced into the file path.
|
LogCommand |
LogCommand.not(AnyObjectId start)
Same as
--not start , or ^start |
Copyright © 2012. All Rights Reserved.