Package org.jenkinsci.plugins.gitclient
Interface RebaseCommand
-
- All Superinterfaces:
GitCommand
public interface RebaseCommand extends GitCommand
RebaseCommand interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RebaseCommandsetUpstream(String upstream)setUpstream.-
Methods inherited from interface org.jenkinsci.plugins.gitclient.GitCommand
execute
-
-
-
-
Method Detail
-
setUpstream
RebaseCommand setUpstream(String upstream)
setUpstream.- Parameters:
upstream- aStringobject.- Returns:
- a
RebaseCommandobject.
-
-