@Extension
public class ArachniPluginConfiguration
extends jenkins.model.GlobalConfiguration
Constructor and Description |
---|
ArachniPluginConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckArachniServerUrl(String value) |
hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item item,
String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
static ArachniPluginConfiguration |
get() |
String |
getArachniServerUrl() |
String |
getCredentialsId() |
protected Object |
readResolve() |
void |
setArachniServerUrl(String arachniServerUrl) |
void |
setCredentialsId(String credentialsId) |
all, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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 static ArachniPluginConfiguration get()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class jenkins.model.GlobalConfiguration
hudson.model.Descriptor.FormException
protected Object readResolve() throws IOException
IOException
public hudson.util.FormValidation doCheckArachniServerUrl(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath hudson.model.Item item, @QueryParameter String value)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath hudson.model.Item item, @QueryParameter String credentialsId)
public void setArachniServerUrl(String arachniServerUrl)
public String getArachniServerUrl()
public String getCredentialsId()
public void setCredentialsId(String credentialsId)
Copyright © 2016–2018. All rights reserved.