DirCache |
AddCommand.call() |
Executes the Add command.
|
Note |
AddNoteCommand.call() |
|
ApplyResult |
ApplyCommand.call() |
Executes the ApplyCommand command with all the options and
parameters collected by the setter methods (e.g.
|
java.io.OutputStream |
ArchiveCommand.call() |
|
BlameResult |
BlameCommand.call() |
Generate a list of lines with information about when the lines were
introduced into the file path.
|
Ref |
CheckoutCommand.call() |
|
CherryPickResult |
CherryPickCommand.call() |
Executes the Cherry-Pick command with all the options and
parameters collected by the setter methods (e.g.
|
java.util.Set<java.lang.String> |
CleanCommand.call() |
Executes the clean command with all the options and parameters
collected by the setter methods of this class.
|
Git |
CloneCommand.call() |
Executes the Clone command.
|
RevCommit |
CommitCommand.call() |
Executes the commit command with all the options and parameters
collected by the setter methods of this class.
|
Ref |
CreateBranchCommand.call() |
|
java.util.List<java.lang.String> |
DeleteBranchCommand.call() |
|
java.util.List<java.lang.String> |
DeleteTagCommand.call() |
|
java.lang.String |
DescribeCommand.call() |
Describes the specified commit.
|
java.util.List<DiffEntry> |
DiffCommand.call() |
Executes the Diff command with all the options and parameters
collected by the setter methods (e.g.
|
FetchResult |
FetchCommand.call() |
Executes the fetch command with all the options and parameters
collected by the setter methods of this class.
|
java.util.Properties |
GarbageCollectCommand.call() |
|
abstract T |
GitCommand.call() |
Executes the command
|
Git |
InitCommand.call() |
Executes the Init command.
|
java.util.List<Ref> |
ListBranchCommand.call() |
|
java.util.List<Note> |
ListNotesCommand.call() |
|
java.util.List<Ref> |
ListTagCommand.call() |
|
java.lang.Iterable<RevCommit> |
LogCommand.call() |
Executes the Log command with all the options and parameters
collected by the setter methods (e.g.
|
java.util.Collection<Ref> |
LsRemoteCommand.call() |
Executes the LsRemote command with all the options and parameters
collected by the setter methods (e.g.
|
MergeResult |
MergeCommand.call() |
Executes the Merge command with all the options and parameters
collected by the setter methods (e.g.
|
java.util.Map<ObjectId,java.lang.String> |
NameRevCommand.call() |
|
PullResult |
PullCommand.call() |
Executes the Pull command with all the options and parameters
collected by the setter methods (e.g.
|
java.lang.Iterable<PushResult> |
PushCommand.call() |
Executes the push command with all the options and parameters
collected by the setter methods of this class.
|
RebaseResult |
RebaseCommand.call() |
Executes the Rebase command with all the options and parameters
collected by the setter methods of this class.
|
java.util.Collection<ReflogEntry> |
ReflogCommand.call() |
Run the reflog command
|
Note |
RemoveNoteCommand.call() |
|
Ref |
RenameBranchCommand.call() |
|
Ref |
ResetCommand.call() |
Executes the Reset command.
|
RevCommit |
RevertCommand.call() |
Executes the revert command with all the options and parameters
collected by the setter methods (e.g.
|
DirCache |
RmCommand.call() |
Executes the Rm command.
|
Note |
ShowNoteCommand.call() |
|
ObjectId |
StashApplyCommand.call() |
Apply the changes in a stashed commit to the working directory and index
|
RevCommit |
StashCreateCommand.call() |
Stash the contents on the working directory and index in separate commits
and reset to the current HEAD commit.
|
ObjectId |
StashDropCommand.call() |
Drop the configured entry from the stash reflog and return value of the
stash reference after the drop occurs
|
java.util.Collection<RevCommit> |
StashListCommand.call() |
|
Status |
StatusCommand.call() |
Executes the Status command with all the options and parameters
collected by the setter methods of this class.
|
Repository |
SubmoduleAddCommand.call() |
Executes the SubmoduleAddCommand
The Repository instance returned by this command needs to be
closed by the caller to free resources held by the Repository
instance.
|
java.util.Collection<java.lang.String> |
SubmoduleInitCommand.call() |
|
java.util.Map<java.lang.String,SubmoduleStatus> |
SubmoduleStatusCommand.call() |
|
java.util.Map<java.lang.String,java.lang.String> |
SubmoduleSyncCommand.call() |
|
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call() |
Execute the SubmoduleUpdateCommand command.
|
Ref |
TagCommand.call() |
Executes the tag command with all the options and parameters
collected by the setter methods of this class.
|
java.util.Map<java.lang.String,Ref> |
LsRemoteCommand.callAsMap() |
|
java.util.Properties |
GarbageCollectCommand.getStatistics() |
Computes and returns the repository statistics.
|
RevCommit |
RebaseCommand.tryFastForward(RevCommit newCommit) |
checks if we can fast-forward and returns the new head if it is possible
|