@Extension
public static final class AppScanSourceBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
DescriptorImpl()
In order to load the persisted global configuration, you have to
call load() in the constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckApplicationFile(String value) |
hudson.util.FormValidation |
doCheckInstallation(String value) |
hudson.util.FormValidation |
doCheckLoginTokenFilePath(String value) |
hudson.util.ListBoxModel |
doFillInstallationItems() |
String |
getASE_URL() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
String |
getInstallation() |
String |
getLoginTokenFilePath() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public DescriptorImpl()
public hudson.util.ListBoxModel doFillInstallationItems()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<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.FormException
public String getLoginTokenFilePath()
public String getASE_URL()
public String getInstallation()
public hudson.util.FormValidation doCheckApplicationFile(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckInstallation(@QueryParameter String value)
public hudson.util.FormValidation doCheckLoginTokenFilePath(@QueryParameter String value) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2004-2016. All Rights Reserved.