public class VMGRLaunch
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
VMGRLaunch.DescriptorImpl
Descriptor for
VMGRLaunch. |
| Constructor and Description |
|---|
VMGRLaunch(String vAPIUrl,
String vAPIUser,
String vAPIPassword,
String vSIFName,
String vSIFInputFile,
boolean deleteInputFile,
boolean authRequired,
String vsifType,
boolean dynamicUserId,
boolean advConfig,
int connTimeout,
int readTimeout,
boolean envVarible,
String envVaribleFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnTimeout() |
VMGRLaunch.DescriptorImpl |
getDescriptor() |
String |
getEnvVaribleFile() |
int |
getReadTimeout() |
String |
getVAPIPassword() |
String |
getVAPIUrl()
We'll use this from the config.jelly.
|
String |
getVAPIUser() |
String |
getVSIFInputFile() |
String |
getVSIFName() |
String |
getVsifType() |
boolean |
isAdvConfig() |
boolean |
isAuthRequired() |
boolean |
isDeleteInputFile() |
boolean |
isDynamicUserId() |
boolean |
isEnvVarible() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public VMGRLaunch(String vAPIUrl, String vAPIUser, String vAPIPassword, String vSIFName, String vSIFInputFile, boolean deleteInputFile, boolean authRequired, String vsifType, boolean dynamicUserId, boolean advConfig, int connTimeout, int readTimeout, boolean envVarible, String envVaribleFile)
public String getVAPIUrl()
public String getVAPIUser()
public String getVAPIPassword()
public String getVSIFName()
public String getEnvVaribleFile()
public String getVSIFInputFile()
public boolean isAuthRequired()
public boolean isDeleteInputFile()
public boolean isDynamicUserId()
public String getVsifType()
public boolean isAdvConfig()
public boolean isEnvVarible()
public int getConnTimeout()
public int getReadTimeout()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic VMGRLaunch.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2015 Cadence. All Rights Reserved.