public class AssertThatBDDReportBuilder
extends hudson.tasks.Recorder
implements jenkins.tasks.SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
AssertThatBDDReportBuilder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
jenkins.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,
String jiraServerUrl,
String metadata,
String jql,
boolean ignoreCertErrors) |
Modifier and Type | Method and Description |
---|---|
String |
getCredentialsId() |
String |
getJiraServerUrl() |
String |
getJql() |
String |
getJsonReportFolder() |
String |
getJsonReportIncludePattern() |
String |
getMetadata() |
String |
getProjectId() |
String |
getProxyPassword() |
String |
getProxyURI() |
String |
getProxyUsername() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRunName() |
String |
getType() |
boolean |
isIgnoreCertErrors() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, getProjectActions, perform, perform, prebuild
@DataBoundConstructor public AssertThatBDDReportBuilder(String projectId, String credentialsId, String jsonReportFolder, String jsonReportIncludePattern, String runName, String type, String proxyURI, String proxyUsername, String proxyPassword, String jiraServerUrl, String metadata, String jql, boolean ignoreCertErrors)
public String getJql()
public String getMetadata()
public boolean isIgnoreCertErrors()
public String getJiraServerUrl()
public 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.SimpleBuildStep
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
Copyright © 2016–2022. All rights reserved.