Uses of Class
com.atlassian.bamboo.plugins.git.GitCommandBuilder
Packages that use GitCommandBuilder
-
Uses of GitCommandBuilder in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return GitCommandBuilderModifier and TypeMethodDescriptionGitCommandProcessor.createLocalCommandBuilder
(String... commands) GitCommandProcessor.createRemoteCommandBuilder
(GitRepositoryAccessData gitRepositoryAccessData, @Nullable Path sshIdentityFile, String... commands) GitCommandProcessor.createRemoteCommandBuilder
(GitRepositoryAccessData gitRepositoryAccessData, String... commands) GitCommandProcessor.createRemoteCommandBuilderForSubmodules
(GitRepositoryAccessData gitRepositoryAccessData, @Nullable Path sshIdentityFile, String... commands) GitCommandBuilder.credentialsFile
(File credentialsFile) GitCommandBuilder.destination
(String destination) GitCommandBuilder.executable
(String executable) GitCommandBuilder.maxVerboseOutput
(boolean maxVerboseOutput) GitCommandBuilder.proxied
(boolean proxied) GitCommandBuilder.shallowClone()
GitCommandBuilder.sshCommand
(String sshCommand) GitCommandBuilder.sshCompression
(boolean sshCompression) GitCommandBuilder.sshKeyFile
(String sshKeyFile) GitCommandBuilder.throwOnNonZeroExit
(boolean throwOnNonZeroExit) GitCommandBuilder.unshallowClone
(GitCommandBuilder.UnshallowSwitch unshallowSwitch) GitCommandBuilder.updateShallow()
GitCommandBuilder.useHttpPath
(boolean useHttpPath) Methods in com.atlassian.bamboo.plugins.git with parameters of type GitCommandBuilderModifier and TypeMethodDescriptionint
GitCommandProcessor.runCommand
(@NotNull GitCommandBuilder commandBuilder, @NotNull File workingDirectory) int
GitCommandProcessor.runCommand
(@NotNull GitCommandBuilder commandBuilder, @NotNull File workingDirectory, @NotNull com.atlassian.bamboo.plugins.git.GitCommandProcessor.GitOutputHandler outputHandler) void
GitCommandProcessor.runMergeCommand
(@NotNull GitCommandBuilder commandBuilder, @NotNull File workspaceDir) Returns true if there are modified files in the working directory or repository index after the merge