Package com.atlassian.bamboo.plugins.git
Class GitCommandBuilder
- java.lang.Object
-
- com.atlassian.bamboo.plugins.git.GitCommandBuilder
-
public class GitCommandBuilder extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GitCommandBuilder(Version gitVersion, String... commands)
protected
GitCommandBuilder(String... commands)
-
Method Summary
-
-
-
Method Detail
-
executable
public GitCommandBuilder executable(String executable)
-
branch
public GitCommandBuilder branch(String branch)
-
revision
public GitCommandBuilder revision(String revision)
-
destination
public GitCommandBuilder destination(String destination)
-
source
public GitCommandBuilder source(String source)
-
verbose
public GitCommandBuilder verbose(Boolean verbose)
-
sshCommand
public GitCommandBuilder sshCommand(String sshCommand)
-
sshKeyFile
public GitCommandBuilder sshKeyFile(String sshKeyFile)
-
sshCompression
public GitCommandBuilder sshCompression(boolean sshCompression)
-
maxVerboseOutput
public GitCommandBuilder maxVerboseOutput(boolean maxVerboseOutput)
-
shallowClone
public GitCommandBuilder shallowClone()
-
append
public GitCommandBuilder append(String argument)
-
append
public GitCommandBuilder append(String... commands)
-
env
public GitCommandBuilder env(@Nullable @Nullable Map<String,String> env)
-
proxied
public GitCommandBuilder proxied(boolean proxied)
-
throwOnNonZeroExit
public GitCommandBuilder throwOnNonZeroExit(boolean throwOnNonZeroExit)
-
credentialsFile
public GitCommandBuilder credentialsFile(File credentialsFile)
-
isProxied
public boolean isProxied()
-
isThrowOnNonZeroExit
public boolean isThrowOnNonZeroExit()
-
-