public class PerformanceAnalysisBuilder extends Builder implements SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
PerformanceAnalysisBuilder.DescriptorImpl
Inner class representing the descriptor.
|
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
BUILDERS, PUBLISHERS
Constructor and Description |
---|
PerformanceAnalysisBuilder(String testjob)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getTestjob()
Return the test job.
|
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
@DataBoundConstructor public PerformanceAnalysisBuilder(String testjob)
testjob
- the job to testpublic String getTestjob()
public void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener)
perform
in interface SimpleBuildStep
Copyright © 2016–2022. All rights reserved.