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
  • 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

      public String getSummaryMode()
    • getEmailType

      public String getEmailType()
    • getEmailInputFile

      public String getEmailInputFile()
    • isDeleteEmailInputFile

      public boolean isDeleteEmailInputFile()
    • isIgnoreSSLError

      public boolean isIgnoreSSLError()
    • getVManagerVersion

      public String getVManagerVersion()
    • isSendEmail

      public boolean isSendEmail()
    • getEmailList

      public String getEmailList()
    • isDeleteReportSyntaxInputFile

      public boolean isDeleteReportSyntaxInputFile()
    • getSummaryType

      public String getSummaryType()
    • isCtxInput

      public boolean isCtxInput()
    • getCtxAdvanceInput

      public String getCtxAdvanceInput()
    • getFreeVAPISyntax

      public String getFreeVAPISyntax()
    • getMetricsInputType

      public String getMetricsInputType()
    • getMetricsAdvanceInput

      public String getMetricsAdvanceInput()
    • getVPlanInputType

      public String getVPlanInputType()
    • getVPlanAdvanceInput

      public String getVPlanAdvanceInput()
    • getVPlanxFileName

      public String getVPlanxFileName()
    • getTestsViewName

      public String getTestsViewName()
    • getMetricsViewName

      public String getMetricsViewName()
    • getVplanViewName

      public String 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

      public String getVAPIUrl()
    • isAuthRequired

      public boolean isAuthRequired()
    • isAdvConfig

      public boolean isAdvConfig()
    • getVAPIUser

      public String getVAPIUser()
    • isDynamicUserId

      public boolean isDynamicUserId()
    • getConnTimeout

      public int getConnTimeout()
    • getReadTimeout

      public int getReadTimeout()
    • getVAPIPassword

      public String getVAPIPassword()
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception