Package com.atlassian.bamboo.plugins.git
Class GitCommandBuilder
java.lang.Object
com.atlassian.bamboo.plugins.git.GitCommandBuilder
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GitCommandBuilder
(Version gitVersion, String... commands) protected
GitCommandBuilder
(String... commands) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
credentialsFile
(File credentialsFile) destination
(String destination) executable
(String executable) getEnv()
boolean
boolean
maxVerboseOutput
(boolean maxVerboseOutput) proxied
(boolean proxied) sshCommand
(String sshCommand) sshCompression
(boolean sshCompression) sshKeyFile
(String sshKeyFile) throwOnNonZeroExit
(boolean throwOnNonZeroExit) toString()
unshallowClone
(GitCommandBuilder.UnshallowSwitch unshallowSwitch) useHttpPath
(boolean useHttpPath)
-
Constructor Details
-
GitCommandBuilder
-
GitCommandBuilder
-
-
Method Details
-
executable
-
branch
-
revision
-
destination
-
source
-
verbose
-
sshCommand
-
sshKeyFile
-
sshCompression
-
maxVerboseOutput
-
shallowClone
-
unshallowClone
-
updateShallow
-
append
-
append
-
env
-
proxied
-
throwOnNonZeroExit
-
useHttpPath
-
credentialsFile
-
build
-
getEnv
-
isProxied
public boolean isProxied() -
isThrowOnNonZeroExit
public boolean isThrowOnNonZeroExit() -
toString
-