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
IOException
InterruptedException
public CommandsRunner.BisectionResult markCommitAs(String commit, CommandsRunner.CommitState state_) throws IOException, InterruptedException
IOException
InterruptedException
public void resetBisection() throws IOException, InterruptedException
IOException
InterruptedException
public void startBisection() throws IOException, InterruptedException
IOException
InterruptedException
public CommandsRunner.BisectionResult bisectFromFile(FilePath file) throws IOException, InterruptedException
IOException
InterruptedException
public boolean checkExistance(String commit) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2022. All rights reserved.