@Extension
public static final class EaseRecorder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
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 |
doFillAppIdItems(String region,
String customApperianUrl,
String customEaseUrl,
String username,
String password) |
hudson.util.ListBoxModel |
doFillCredentialItems(String region,
String customApperianUrl,
String customEaseUrl,
String username,
String password) |
hudson.util.ListBoxModel |
doFillRegionItems() |
hudson.util.FormValidation |
doTestConnection(String region,
String customApperianUrl,
String customEaseUrl,
String username,
String password) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
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.Publisher>
hudson.model.Descriptor.FormException
public hudson.util.ListBoxModel doFillRegionItems()
public hudson.util.ListBoxModel doFillAppIdItems(@QueryParameter(value="region") String region, @QueryParameter(value="customApperianUrl") String customApperianUrl, @QueryParameter(value="customEaseUrl") String customEaseUrl, @QueryParameter(value="username") String username, @QueryParameter(value="password") String password)
public hudson.util.ListBoxModel doFillCredentialItems(@QueryParameter(value="region") String region, @QueryParameter(value="customApperianUrl") String customApperianUrl, @QueryParameter(value="customEaseUrl") String customEaseUrl, @QueryParameter(value="username") String username, @QueryParameter(value="password") String password)
public hudson.util.FormValidation doTestConnection(@QueryParameter(value="region") String region, @QueryParameter(value="customApperianUrl") String customApperianUrl, @QueryParameter(value="customEaseUrl") String customEaseUrl, @QueryParameter(value="username") String username, @QueryParameter(value="password") String password) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
Copyright © 2004-2016. All Rights Reserved.