@Symbol(value="klocworkWrapper")
@Extension
public static final class KlocworkBuildWrapper.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckGlobalLicensePort(String value) |
hudson.util.FormValidation |
doCheckServerConfig(String value) |
hudson.util.FormValidation |
doCheckServerProject(String value) |
hudson.util.ListBoxModel |
doFillInstallConfigItems() |
hudson.util.ListBoxModel |
doFillServerConfigItems() |
String |
getDisplayName() |
String |
getGlobalLicenseHost() |
String |
getGlobalLicensePort() |
KlocworkInstallConfig |
getInstallConfig(String name) |
KlocworkInstallConfig[] |
getInstallConfigs() |
KlocworkServerConfig |
getServerConfig(String name) |
KlocworkServerConfig[] |
getServerConfigs() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> item) |
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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
isApplicable
in class hudson.tasks.BuildWrapperDescriptor
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
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.BuildWrapper>
hudson.model.Descriptor.FormException
public String getGlobalLicenseHost()
public String getGlobalLicensePort()
public KlocworkServerConfig[] getServerConfigs()
public KlocworkInstallConfig[] getInstallConfigs()
public KlocworkServerConfig getServerConfig(String name)
public KlocworkInstallConfig getInstallConfig(String name)
public hudson.util.FormValidation doCheckGlobalLicensePort(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.ListBoxModel doFillServerConfigItems()
public hudson.util.FormValidation doCheckServerConfig(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckServerProject(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.ListBoxModel doFillInstallConfigItems()
Copyright © 2016–2018. All rights reserved.