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(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
String gitCommand) |
| Modifier and Type | Method and Description |
|---|---|
CommandsRunner.BisectionResult |
bisectFromFile(hudson.FilePath file) |
boolean |
checkExistance(String commit) |
CommandsRunner.CommandOutput |
getBisectionLog() |
CommandsRunner.BisectionResult |
markCommitAs(String commit,
CommandsRunner.CommitState state_) |
void |
resetBisection() |
void |
startBisection() |
public CommandsRunner(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.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(hudson.FilePath file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic boolean checkExistance(String commit) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.