public class VMGRLaunchStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
VMGRLaunchStep.DescriptorImpl |
| Constructor and Description |
|---|
VMGRLaunchStep(String vAPIUrl,
String vAPIUser,
String vAPIPassword,
String vSIFName,
String vSIFInputFile,
String credentialInputFile,
boolean deleteInputFile,
boolean deleteCredentialInputFile,
boolean useUserOnFarm,
boolean authRequired,
String vsifType,
String userFarmType,
boolean dynamicUserId,
boolean advConfig,
int connTimeout,
int readTimeout,
boolean envVarible,
String envVaribleFile,
String inaccessibleResolver,
String stoppedResolver,
String failedResolver,
String doneResolver,
String suspendedResolver,
boolean waitTillSessionEnds,
int stepSessionTimeout,
boolean generateJUnitXML,
boolean extraAttributesForFailures,
String staticAttributeList,
boolean markBuildAsFailedIfAllRunFailed,
boolean failJobIfAllRunFailed,
String envSourceInputFile,
boolean vMGRBuildArchive,
boolean deleteAlsoSessionDirectory,
boolean genericCredentialForSessionDelete,
String archiveUser,
String archivePassword,
String famMode,
String famModeLocation) |
@DataBoundConstructor public VMGRLaunchStep(String vAPIUrl, String vAPIUser, String vAPIPassword, String vSIFName, String vSIFInputFile, String credentialInputFile, boolean deleteInputFile, boolean deleteCredentialInputFile, boolean useUserOnFarm, boolean authRequired, String vsifType, String userFarmType, boolean dynamicUserId, boolean advConfig, int connTimeout, int readTimeout, boolean envVarible, String envVaribleFile, String inaccessibleResolver, String stoppedResolver, String failedResolver, String doneResolver, String suspendedResolver, boolean waitTillSessionEnds, int stepSessionTimeout, boolean generateJUnitXML, boolean extraAttributesForFailures, String staticAttributeList, boolean markBuildAsFailedIfAllRunFailed, boolean failJobIfAllRunFailed, String envSourceInputFile, boolean vMGRBuildArchive, boolean deleteAlsoSessionDirectory, boolean genericCredentialForSessionDelete, String archiveUser, String archivePassword, String famMode, String famModeLocation)
public boolean isExtraAttributesForFailures()
public boolean isMarkBuildAsFailedIfAllRunFailed()
public boolean isFailJobIfAllRunFailed()
public String getStaticAttributeList()
public boolean isGenerateJUnitXML()
public String getVAPIUrl()
public String getVAPIUser()
public String getVAPIPassword()
public String getVSIFName()
public String getEnvVaribleFile()
public String getEnvSourceInputFile()
public String getVSIFInputFile()
public String getCredentialInputFile()
public boolean isAuthRequired()
public boolean isDeleteInputFile()
public boolean isDeleteCredentialInputFile()
public boolean isUseUserOnFarm()
public boolean isDynamicUserId()
public String getVsifType()
public String getUserFarmType()
public boolean isAdvConfig()
public boolean isEnvVarible()
public int getConnTimeout()
public int getReadTimeout()
public int getStepSessionTimeout()
public String getInaccessibleResolver()
public String getStoppedResolver()
public String getFailedResolver()
public String getDoneResolver()
public String getSuspendedResolver()
public boolean getWaitTillSessionEnds()
public boolean isVMGRBuildArchive()
public boolean isDeleteAlsoSessionDirectory()
public boolean isGenericCredentialForSessionDelete()
public String getArchiveUser()
public String getArchivePassword()
public String getFamMode()
public String getFamModeLocation()
Copyright © 2016–2017 Cadence. All rights reserved.