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,
boolean advConfig,
int connTimeout,
int readTimeout) |
Modifier and Type | Method and Description |
---|---|
String |
getApiType() |
String |
getApiUrl() |
int |
getConnTimeout() |
VMGRAPI.DescriptorImpl |
getDescriptor() |
int |
getReadTimeout() |
String |
getRequestMethod() |
String |
getVAPIInput() |
String |
getVAPIPassword() |
String |
getVAPIUrl()
We'll use this from the
|
String |
getVAPIUser() |
String |
getVJsonInputFile() |
boolean |
isAdvConfig() |
boolean |
isAuthRequired() |
boolean |
isDeleteInputFile() |
boolean |
isDynamicUserId() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public VMGRAPI(String vAPIUrl, String vAPIUser, String vAPIPassword, String vAPIInput, String vJsonInputFile, boolean deleteInputFile, boolean authRequired, String apiType, boolean dynamicUserId, String apiUrl, String requestMethod, boolean advConfig, int connTimeout, int readTimeout)
public String getVAPIUrl()
config.jelly
.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 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public VMGRAPI.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2016–2024 Cadence. All rights reserved.