public class CommitTester extends Object
| Constructor and Description |
|---|
CommitTester(hudson.model.Run<?,?> build,
hudson.model.Job<?,?> downstreamProj) |
| Modifier and Type | Method and Description |
|---|---|
static CommitTester |
buildFor(hudson.model.Run<?,?> bisectBuild,
String jobToRun) |
boolean |
test(HashMap<String,hudson.model.ParameterValue> bisectParameters) |
static HashMap<String,hudson.model.ParameterValue> |
withBisectParams(String revisionParameterName,
String commit) |
public CommitTester(hudson.model.Run<?,?> build,
hudson.model.Job<?,?> downstreamProj)
public boolean test(HashMap<String,hudson.model.ParameterValue> bisectParameters) throws InterruptedException
InterruptedExceptionpublic static CommitTester buildFor(hudson.model.Run<?,?> bisectBuild, String jobToRun)
Copyright © 2016–2017. All rights reserved.