Package | Description |
---|---|
com.atlassian.bamboo.testutils | |
com.atlassian.bamboo.testutils.vcs.git |
Modifier and Type | Method and Description |
---|---|
static RepositoryHelper.CommandResult |
RepositoryHelper.runCommand(File dir,
String... args) |
static RepositoryHelper.CommandResult |
RepositoryHelper.runCommand(Path dir,
String... args) |
static RepositoryHelper.CommandResult |
RepositoryHelper.runCommandExplosively(File cwd,
String... args) |
Modifier and Type | Method and Description |
---|---|
static void |
RepositoryHelper.assertCommandResultSuccessful(RepositoryHelper.CommandResult commandResult) |
Modifier and Type | Method and Description |
---|---|
static RepositoryHelper.CommandResult |
GitRepositoryHelper.commit(File cwd,
String... someArgs) |
static RepositoryHelper.CommandResult |
GitRepositoryHelper.commit(Path cwd,
String... someArgs) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.