public class AssertThatBDDFeaturesBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
AssertThatBDDFeaturesBuilder.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
AssertThatBDDFeaturesBuilder(String projectId,
String credentialsId,
String outputFolder,
String jql,
String tags,
String mode,
String proxyURI,
String proxyUsername,
String proxyPassword,
String jiraServerUrl,
boolean numbered,
boolean ignoreCertErrors) |
Modifier and Type | Method and Description |
---|---|
String |
getCredentialsId() |
boolean |
getIgnoreCertErrors() |
String |
getJiraServerUrl() |
String |
getJql() |
String |
getMode() |
String |
getOutputFolder() |
String |
getProjectId() |
String |
getProxyPassword() |
String |
getProxyURI() |
String |
getProxyUsername() |
String |
getTags() |
boolean |
isIgnoreCertErrors() |
boolean |
isNumbered() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
@DataBoundConstructor public AssertThatBDDFeaturesBuilder(String projectId, String credentialsId, String outputFolder, String jql, String tags, String mode, String proxyURI, String proxyUsername, String proxyPassword, String jiraServerUrl, boolean numbered, boolean ignoreCertErrors)
public boolean isNumbered()
public boolean isIgnoreCertErrors()
public boolean getIgnoreCertErrors()
public String getTags()
public String getJiraServerUrl()
public String getProxyURI()
public String getProxyUsername()
public String getProxyPassword()
public String getCredentialsId()
public String getMode()
public String getProjectId()
public String getOutputFolder()
public String getJql()
public void perform(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener)
perform
in interface jenkins.tasks.SimpleBuildStep
Copyright © 2016–2022. All rights reserved.