public class BenchmarkBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
BenchmarkBuilder.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
BenchmarkBuilder(String filepath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BenchmarkConfiguration |
getConfig(hudson.model.AbstractProject<?,?> project) |
BenchmarkConfiguration |
getConfig(hudson.model.Run<?,?> run) |
String |
getFilepath() |
int |
getID() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
int |
hashCode() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, perform, perform, prebuild@DataBoundConstructor public BenchmarkBuilder(String filepath)
public String getFilepath()
public void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic BenchmarkConfiguration getConfig(hudson.model.Run<?,?> run)
public BenchmarkConfiguration getConfig(hudson.model.AbstractProject<?,?> project)
public Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerpublic int getID()
Copyright © 2016–2019. All rights reserved.