Uses of Class
org.eclipse.jgit.api.GitCommand

Packages that use GitCommand
org.eclipse.jgit.api   
 

Uses of GitCommand in org.eclipse.jgit.api
 

Subclasses of GitCommand in org.eclipse.jgit.api
 class AddCommand
          A class used to execute a Add command.
 class AddNoteCommand
          Add object notes.
 class BlameCommand
          Blame command for building a BlameResult for a file path.
 class CheckoutCommand
          Checkout a branch to the working tree
 class CherryPickCommand
          A class used to execute a cherry-pick command.
 class CleanCommand
          Remove untracked files from the working tree
 class CommitCommand
          A class used to execute a Commit command.
 class CreateBranchCommand
          Used to create a local branch.
 class DeleteBranchCommand
          Used to delete one or several branches.
 class DeleteTagCommand
          Used to delete one or several tags.
 class DiffCommand
          Show changes between commits, commit and working tree, etc.
 class FetchCommand
          A class used to execute a Fetch command.
 class ListBranchCommand
          Used to obtain a list of branches.
 class ListNotesCommand
          List object notes.
 class ListTagCommand
          Used to obtain a list of tags.
 class LogCommand
          A class used to execute a Log command.
 class LsRemoteCommand
          The ls-remote command
 class MergeCommand
          A class used to execute a Merge command.
 class PullCommand
          The Pull command
 class PushCommand
          A class used to execute a Push command.
 class RebaseCommand
          A class used to execute a Rebase command.
 class ReflogCommand
          The reflog command
 class RemoveNoteCommand
          Remove object notes.
 class RenameBranchCommand
          Used to rename branches.
 class ResetCommand
          A class used to execute a Reset command.
 class RevertCommand
          A class used to execute a revert command.
 class RmCommand
          A class used to execute a Rm command.
 class ShowNoteCommand
          Show an object note.
 class StatusCommand
          A class used to execute a Status command.
 class TagCommand
          A class used to execute a Tag command.
 



Copyright © 2011. All Rights Reserved.