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
IOException
InterruptedException
public void saveContent(String data) throws IOException, InterruptedException
IOException
InterruptedException
public void fetchFromMaster() throws IOException, InterruptedException
IOException
InterruptedException
public FilePath localFile()
public void cleanup() throws IOException, InterruptedException
IOException
InterruptedException
public boolean hasPreviousConfiguration() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2022. All rights reserved.