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) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnTimeout() |
VMGRLaunch.DescriptorImpl |
getDescriptor() |
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 |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getVAPIUrl()
public String getVAPIUser()
public String getVAPIPassword()
public String getVSIFName()
public String getVSIFInputFile()
public boolean isAuthRequired()
public boolean isDeleteInputFile()
public boolean isDynamicUserId()
public String getVsifType()
public boolean isAdvConfig()
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.