@Extension
public static class ExecuteKatalonTestOpsPlan.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
hudson.util.ListBoxModel |
doFillPlanIdItems(String url,
String credentialsId,
String projectId) |
hudson.util.ListBoxModel |
doFillProjectIdItems(String url,
String credentialsId) |
hudson.util.FormValidation |
doTestConnection(String url,
String credentialsId) |
String |
getApiKey() |
String |
getCredentialsId() |
String |
getDisplayName() |
String |
getPlan() |
String |
getProjectId() |
String |
getServerUrl() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
hudson.tasks.Builder |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
void |
setApiKey(String apiKey) |
void |
setCredentialsId(String credentialsId) |
void |
setPlan(String plan) |
void |
setProjectId(String projectId) |
void |
setServerUrl(String serverUrl) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doTestConnection(@QueryParameter(value="serverUrl")
String url,
@QueryParameter(value="credentialsId")
String credentialsId)
public hudson.util.ListBoxModel doFillProjectIdItems(@QueryParameter(value="serverUrl")
String url,
@QueryParameter(value="credentialsId")
String credentialsId)
public hudson.util.ListBoxModel doFillPlanIdItems(@QueryParameter(value="serverUrl")
String url,
@QueryParameter(value="credentialsId")
String credentialsId,
@QueryParameter(value="projectId")
String projectId)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
public void setCredentialsId(String credentialsId)
public String getCredentialsId()
public void setApiKey(String apiKey)
public String getApiKey()
public void setServerUrl(String serverUrl)
public String getServerUrl()
public void setProjectId(String projectId)
public String getProjectId()
public void setPlan(String plan)
public String getPlan()
public hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionCopyright © 2016–2019 Katalon LLC.. All rights reserved.