public class AIOTestsResultRecorder extends Recorder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
AIOTestsResultRecorder.DescriptorImpl |
static class |
AIOTestsResultRecorder.Entry |
static class |
AIOTestsResultRecorder.ExistingCycle |
static class |
AIOTestsResultRecorder.NewCycle |
Publisher.DescriptorExtensionListImplSimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
AIOTestsResultRecorder(String projectKey,
String frameworkType,
String resultsFilePath,
Boolean addCaseToCycle,
Boolean createCase,
Secret apiKey) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAddCaseToCycle() |
Secret |
getApiKey() |
Boolean |
getCreateCase() |
AIOTestsResultRecorder.DescriptorImpl |
getDescriptor() |
AIOTestsResultRecorder.Entry |
getEntry() |
Boolean |
getFailBuildOnFailure() |
String |
getFrameworkType() |
Boolean |
getHideDetails() |
String |
getProjectKey() |
BuildStepMonitor |
getRequiredMonitorService() |
String |
getResultsFilePath() |
void |
perform(Run<?,?> run,
FilePath filePath,
Launcher launcher,
TaskListener taskListener) |
void |
setEntry(AIOTestsResultRecorder.Entry entry) |
void |
setFailBuildOnFailure(boolean failBuildOnFailure) |
void |
setHideDetails(boolean hideDetails) |
EnvVars |
setupEnvVars(Run run,
TaskListener taskListener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, perform, prebuildpublic String getProjectKey()
public String getFrameworkType()
public Secret getApiKey()
public String getResultsFilePath()
public Boolean getAddCaseToCycle()
public Boolean getCreateCase()
public Boolean getFailBuildOnFailure()
@DataBoundSetter public void setFailBuildOnFailure(boolean failBuildOnFailure)
public Boolean getHideDetails()
@DataBoundSetter public void setHideDetails(boolean hideDetails)
@DataBoundSetter public void setEntry(AIOTestsResultRecorder.Entry entry)
public AIOTestsResultRecorder.Entry getEntry()
public BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface BuildSteppublic AIOTestsResultRecorder.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class Recorderpublic void perform(@NonNull
Run<?,?> run,
@NonNull
FilePath filePath,
@NonNull
Launcher launcher,
@NonNull
TaskListener taskListener)
throws InterruptedException,
IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionpublic EnvVars setupEnvVars(Run run, TaskListener taskListener)
Copyright © 2016–2020. All rights reserved.