Package org.jenkinsci.plugins.gitclient
Interface GitCommand
- All Known Subinterfaces:
ChangelogCommand,CheckoutCommand,CloneCommand,FetchCommand,InitCommand,MergeCommand,PushCommand,RebaseCommand,RevListCommand,SubmoduleUpdateCommand
public interface GitCommand
Base type for the builder style command object for various git commands.
-
Method Summary
-
Method Details
-
execute
Executes the command.- Throws:
GitException- if underlying git operation fails.InterruptedException- if interrupted.
-