public class BisectConfiguration extends Object
| Constructor and Description |
|---|
BisectConfiguration(Run<?,?> build,
FilePath workspace,
TaskListener listener,
String searchIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
fetchFromMaster() |
boolean |
hasPreviousConfiguration() |
FilePath |
localFile() |
void |
saveContent(String data) |
public BisectConfiguration(Run<?,?> build, FilePath workspace, TaskListener listener, String searchIdentifier) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void saveContent(String data) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void fetchFromMaster()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic FilePath localFile()
public void cleanup()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic boolean hasPreviousConfiguration()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2022. All rights reserved.