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 InitCommand
bare(boolean bare)
bare.InitCommand
workspace(String workspace)
workspace.-
Methods inherited from interface org.jenkinsci.plugins.gitclient.GitCommand
execute
-
-
-
-
Method Detail
-
workspace
InitCommand workspace(String workspace)
workspace.- Parameters:
workspace
- aString
object.- Returns:
- a
InitCommand
object.
-
bare
InitCommand bare(boolean bare)
bare.- Parameters:
bare
- a boolean.- Returns:
- a
InitCommand
object.
-
-