public class DSLPublisher extends hudson.tasks.Recorder implements jenkins.tasks.SimpleBuildStep, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DSLPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
DSLPublisher() |
DSLPublisher(String vAPIUrl,
String vAPIUser,
String vAPIPassword,
boolean authRequired,
boolean advConfig,
boolean dynamicUserId,
int connTimeout,
int readTimeout,
boolean advancedFunctions,
boolean retrieveSummaryReport,
boolean runReport,
boolean metricsReport,
boolean vPlanReport,
String testsViewName,
String metricsViewName,
String vplanViewName,
int testsDepth,
int metricsDepth,
int vPlanDepth,
String metricsInputType,
String metricsAdvanceInput,
String vPlanInputType,
String vPlanAdvanceInput,
String vPlanxFileName,
String summaryType,
boolean ctxInput,
String ctxAdvanceInput,
String freeVAPISyntax,
boolean deleteReportSyntaxInputFile,
String vManagerVersion,
boolean sendEmail,
String emailList,
String emailType,
String emailInputFile,
boolean deleteEmailInputFile,
String summaryMode,
boolean ignoreSSLError,
String vAPICredentials,
String credentialType) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, getProjectActions, perform, perform, prebuild
@DataBoundConstructor public DSLPublisher(String vAPIUrl, String vAPIUser, String vAPIPassword, boolean authRequired, boolean advConfig, boolean dynamicUserId, int connTimeout, int readTimeout, boolean advancedFunctions, boolean retrieveSummaryReport, boolean runReport, boolean metricsReport, boolean vPlanReport, String testsViewName, String metricsViewName, String vplanViewName, int testsDepth, int metricsDepth, int vPlanDepth, String metricsInputType, String metricsAdvanceInput, String vPlanInputType, String vPlanAdvanceInput, String vPlanxFileName, String summaryType, boolean ctxInput, String ctxAdvanceInput, String freeVAPISyntax, boolean deleteReportSyntaxInputFile, String vManagerVersion, boolean sendEmail, String emailList, String emailType, String emailInputFile, boolean deleteEmailInputFile, String summaryMode, boolean ignoreSSLError, String vAPICredentials, String credentialType)
public DSLPublisher()
public String getSummaryMode()
public String getEmailType()
public String getEmailInputFile()
public boolean isIgnoreSSLError()
public boolean isDeleteEmailInputFile()
public String getVManagerVersion()
public boolean isSendEmail()
public String getEmailList()
public boolean isDeleteReportSyntaxInputFile()
public String getSummaryType()
public boolean isCtxInput()
public String getCtxAdvanceInput()
public String getFreeVAPISyntax()
public String getMetricsInputType()
public String getMetricsAdvanceInput()
public String getVPlanInputType()
public String getVPlanAdvanceInput()
public String getVPlanxFileName()
public String getTestsViewName()
public String getMetricsViewName()
public String getVplanViewName()
public int getTestsDepth()
public int getMetricsDepth()
public int getVPlanDepth()
public boolean isRunReport()
public boolean isMetricsReport()
public boolean isVPlanReport()
public boolean isAdvancedFunctions()
public boolean isRetrieveSummaryReport()
public String getVAPIUrl()
public boolean isAuthRequired()
public boolean isAdvConfig()
public String getVAPIUser()
public String getVAPIPassword()
public boolean isDynamicUserId()
public int getConnTimeout()
public int getReadTimeout()
public String getVAPICredentials()
public String getCredentialType()
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath fp, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener tl) throws InterruptedException, IOException
perform
in interface jenkins.tasks.SimpleBuildStep
InterruptedException
IOException
public DSLPublisher.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Recorder
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
Copyright © 2016–2024 Cadence. All rights reserved.