Uses of Class
com.atlassian.bamboo.testutils.RepositoryHelper.CommandResult
-
Packages that use RepositoryHelper.CommandResult Package Description com.atlassian.bamboo.testutils com.atlassian.bamboo.testutils.vcs.git -
-
Uses of RepositoryHelper.CommandResult in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return RepositoryHelper.CommandResult Modifier and Type Method Description static @NotNull RepositoryHelper.CommandResult
RepositoryHelper. runCommand(File dir, String... args)
static @NotNull RepositoryHelper.CommandResult
RepositoryHelper. runCommand(Path dir, String... args)
static @NotNull RepositoryHelper.CommandResult
RepositoryHelper. runCommandExplosively(File cwd, String... args)
Methods in com.atlassian.bamboo.testutils with parameters of type RepositoryHelper.CommandResult Modifier and Type Method Description static void
RepositoryHelper. assertCommandResultSuccessful(RepositoryHelper.CommandResult commandResult)
-
Uses of RepositoryHelper.CommandResult in com.atlassian.bamboo.testutils.vcs.git
Methods in com.atlassian.bamboo.testutils.vcs.git that return RepositoryHelper.CommandResult Modifier and Type Method Description static RepositoryHelper.CommandResult
GitRepositoryHelper. commit(File cwd, String... someArgs)
static RepositoryHelper.CommandResult
GitRepositoryHelper. commit(Path cwd, String... someArgs)
-