public class VMGRAPI
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
VMGRAPI.DescriptorImpl
Descriptor for
VMGRAPI. |
| Constructor and Description |
|---|
VMGRAPI(String vAPIUrl,
String vAPIUser,
String vAPIPassword,
String vAPIInput,
String vJsonInputFile,
boolean deleteInputFile,
boolean authRequired,
String apiType,
boolean dynamicUserId,
String apiUrl,
String requestMethod) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiType() |
String |
getApiUrl() |
VMGRAPI.DescriptorImpl |
getDescriptor() |
String |
getRequestMethod() |
String |
getVAPIInput() |
String |
getVAPIPassword() |
String |
getVAPIUrl()
We'll use this from the config.jelly.
|
String |
getVAPIUser() |
String |
getVJsonInputFile() |
boolean |
isAuthRequired() |
boolean |
isDeleteInputFile() |
boolean |
isDynamicUserId() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getVAPIUrl()
public String getApiUrl()
public String getVAPIUser()
public String getVAPIPassword()
public String getVAPIInput()
public String getVJsonInputFile()
public boolean isAuthRequired()
public boolean isDeleteInputFile()
public boolean isDynamicUserId()
public String getApiType()
public String getRequestMethod()
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 VMGRAPI.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2014 Cadence. All Rights Reserved.