Package org.jenkinsci.plugins.gitclient
Interface InitCommand
-
- All Superinterfaces:
GitCommand
public interface InitCommand extends GitCommand
InitCommand interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InitCommandbare(boolean bare)bare.InitCommandworkspace(String workspace)workspace.-
Methods inherited from interface org.jenkinsci.plugins.gitclient.GitCommand
execute
-
-
-
-
Method Detail
-
workspace
InitCommand workspace(String workspace)
workspace.- Parameters:
workspace- aStringobject.- Returns:
- a
InitCommandobject.
-
bare
InitCommand bare(boolean bare)
bare.- Parameters:
bare- a boolean.- Returns:
- a
InitCommandobject.
-
-