Package org.jenkinsci.plugins.gitclient
Interface GitCommand
-
- All Known Subinterfaces:
ChangelogCommand,CheckoutCommand,CloneCommand,FetchCommand,InitCommand,MergeCommand,PushCommand,RebaseCommand,RevListCommand,SubmoduleUpdateCommand
public interface GitCommandBase type for the builder style command object for various git commands.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Executes the command.
-
-
-
Method Detail
-
execute
void execute() throws GitException, InterruptedExceptionExecutes the command.- Throws:
GitException- if underlying git operation fails.InterruptedException- if interrupted.
-
-