Class VMGRPostLaunchStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.vmanager.dsl.post.VMGRPostLaunchStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class VMGRPostLaunchStep
extends org.jenkinsci.plugins.workflow.steps.Step
- Author:
- tyanai
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorsConstructorDescriptionVMGRPostLaunchStep
(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) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
VMGRPostLaunchStep
@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)
-
-
Method Details
-
getSummaryMode
-
getEmailType
-
getEmailInputFile
-
isDeleteEmailInputFile
public boolean isDeleteEmailInputFile() -
isIgnoreSSLError
public boolean isIgnoreSSLError() -
getVManagerVersion
-
isSendEmail
public boolean isSendEmail() -
getEmailList
-
isDeleteReportSyntaxInputFile
public boolean isDeleteReportSyntaxInputFile() -
getSummaryType
-
isCtxInput
public boolean isCtxInput() -
getCtxAdvanceInput
-
getFreeVAPISyntax
-
getMetricsInputType
-
getMetricsAdvanceInput
-
getVPlanInputType
-
getVPlanAdvanceInput
-
getVPlanxFileName
-
getTestsViewName
-
getMetricsViewName
-
getVplanViewName
-
getTestsDepth
public int getTestsDepth() -
getMetricsDepth
public int getMetricsDepth() -
getVPlanDepth
public int getVPlanDepth() -
isRunReport
public boolean isRunReport() -
isMetricsReport
public boolean isMetricsReport() -
isVPlanReport
public boolean isVPlanReport() -
isAdvancedFunctions
public boolean isAdvancedFunctions() -
isRetrieveSummaryReport
public boolean isRetrieveSummaryReport() -
getVAPIUrl
-
isAuthRequired
public boolean isAuthRequired() -
isAdvConfig
public boolean isAdvConfig() -
getVAPIUser
-
isDynamicUserId
public boolean isDynamicUserId() -
getConnTimeout
public int getConnTimeout() -
getReadTimeout
public int getReadTimeout() -
getVAPIPassword
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-