public class AssertThatBDDReportBuilder
extends hudson.tasks.Recorder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
AssertThatBDDReportBuilder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
AssertThatBDDReportBuilder(String projectId,
String credentialsId,
String jsonReportFolder,
String jsonReportIncludePattern,
String runName,
String type,
String proxyURI,
String proxyUsername,
String proxyPassword) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
String |
getJsonReportFolder() |
String |
getJsonReportIncludePattern() |
String |
getProjectId() |
String |
getProxyPassword() |
String |
getProxyURI() |
String |
getProxyUsername() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRunName() |
String |
getType() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildpublic String getProxyURI()
public String getProxyUsername()
public String getProxyPassword()
public String getProjectId()
public String getType()
public String getCredentialsId()
public String getJsonReportFolder()
public String getJsonReportIncludePattern()
public String getRunName()
public void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
perform in interface jenkins.tasks.SimpleBuildSteppublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepCopyright © 2016–2020. All rights reserved.