public class VMGRPostLaunchStep
extends org.jenkinsci.plugins.workflow.steps.Step
Modifier and Type | Class and Description |
---|---|
static class |
VMGRPostLaunchStep.DescriptorImpl |
Constructor and Description |
---|
VMGRPostLaunchStep(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) |
@DataBoundConstructor public VMGRPostLaunchStep(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)
public String getSummaryMode()
public String getEmailType()
public String getEmailInputFile()
public boolean isDeleteEmailInputFile()
public boolean isIgnoreSSLError()
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()
Copyright © 2016–2024 Cadence. All rights reserved.