public class GitBisectOnFailure extends Notifier implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
GitBisectOnFailure.DescriptorImpl |
Publisher.DescriptorExtensionListImplSimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
GitBisectOnFailure(String gitCommand,
String revisionParameterName,
boolean overrideGitCommand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
currentlyBisecting() |
GitBisectOnFailure.DescriptorImpl |
getDescriptor() |
String |
getGitCommand() |
boolean |
getOverrideGitCommand() |
BuildStepMonitor |
getRequiredMonitorService() |
String |
getRevisionParameterName() |
boolean |
needsToRunAfterFinalized() |
void |
perform(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
HashMap<String,String> |
withBisectParams(CommandsRunner.BisectionResult result,
CommitPair knownCommits) |
all, getProjectAction, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, perform, prebuildpublic String getRevisionParameterName()
public boolean getOverrideGitCommand()
public String getGitCommand()
public void perform(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws IOException, InterruptedException
perform in interface SimpleBuildStepIOExceptionInterruptedExceptionpublic GitBisectOnFailure.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class Notifierpublic boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class Publisherpublic BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface BuildSteppublic boolean currentlyBisecting()
public HashMap<String,String> withBisectParams(CommandsRunner.BisectionResult result, CommitPair knownCommits)
Copyright © 2016–2021. All rights reserved.