@Extension
public static final class KarafBuildStepBuilder.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.FormValidation |
doCheckKarafHome(String value,
boolean useCustomKaraf) |
hudson.util.FormValidation |
doCheckScript(String value) |
String |
getDefaultKarafHome() |
String |
getDisplayName() |
static hudson.DescriptorExtensionList<KarafCommandOption,KarafCommandOptionDescriptor> |
getOptionList() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
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, toMappublic 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 String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public String getDefaultKarafHome()
public static hudson.DescriptorExtensionList<KarafCommandOption,KarafCommandOptionDescriptor> getOptionList()
public hudson.util.FormValidation doCheckKarafHome(@QueryParameter
String value,
@QueryParameter
boolean useCustomKaraf)
public hudson.util.FormValidation doCheckScript(@QueryParameter
String value)
Copyright © 2016–2017. All rights reserved.