Interface GitCommand

All Superinterfaces:
Command
All Known Implementing Classes:
GitAddCommand, GitBlameCommand, GitBranchCommand, GitChangeLogCommand, GitCheckInCommand, GitCheckOutCommand, GitDiffCommand, GitInfoCommand, GitRemoteInfoCommand, GitRemoveCommand, GitStatusCommand, GitTagCommand, GitUntagCommand, GitUpdateCommand, JGitAddCommand, JGitBlameCommand, JGitBranchCommand, JGitChangeLogCommand, JGitCheckInCommand, JGitCheckOutCommand, JGitDiffCommand, JGitInfoCommand, JGitListCommand, JGitRemoteInfoCommand, JGitRemoveCommand, JGitStatusCommand, JGitTagCommand, JGitUntagCommand

public interface GitCommand extends Command
Author:
Trygve Laugstøl
  • Field Summary

    Fields inherited from interface org.apache.maven.scm.command.Command

    ROLE
  • Method Summary

    Methods inherited from interface org.apache.maven.scm.command.Command

    execute