public class CommandsRunner extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandsRunner.BisectionResult |
static class |
CommandsRunner.CommandOutput |
static class |
CommandsRunner.CommitState |
| Constructor and Description |
|---|
CommandsRunner(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener,
String gitCommand) |
| Modifier and Type | Method and Description |
|---|---|
CommandsRunner.BisectionResult |
bisectFromFile(FilePath file) |
boolean |
checkExistance(String commit) |
CommandsRunner.CommandOutput |
getBisectionLog() |
CommandsRunner.BisectionResult |
markCommitAs(String commit,
CommandsRunner.CommitState state_) |
void |
resetBisection() |
void |
startBisection() |
public CommandsRunner(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, String gitCommand)
public CommandsRunner.CommandOutput getBisectionLog() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic CommandsRunner.BisectionResult markCommitAs(String commit, CommandsRunner.CommitState state_) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void resetBisection()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void startBisection()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic CommandsRunner.BisectionResult bisectFromFile(FilePath file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic boolean checkExistance(String commit) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2021. All rights reserved.