@Extension
public final class AdvinstDescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
AdvinstBuilder. Used as a singleton. The class is
marked as public so that it can be accessed from views.
See src/main/resources/caphyon/jenkins/AdvinstBuilder/*.jelly for the actual HTML fragment for the configuration screen.
| Constructor and Description |
|---|
AdvinstDescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
protected void |
convert(Map<String,Object> oldPropertyBag) |
hudson.util.FormValidation |
doCheckAipProjectOutputFolder(String value,
String aipProjectBuild) |
hudson.util.FormValidation |
doCheckAipProjectOutputName(String value,
String aipProjectBuild) |
hudson.util.FormValidation |
doCheckAipProjectPath(String value) |
hudson.util.ListBoxModel |
doFillInstallNameItems() |
String |
getDisplayName() |
AdvinstInstallation[] |
getInstallations() |
AdvinstInstallation.DescriptorImpl |
getToolDescriptor() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
void |
setInstallations(AdvinstInstallation... installations) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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 hudson.util.ListBoxModel doFillInstallNameItems()
public hudson.util.FormValidation doCheckAipProjectPath(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckAipProjectOutputFolder(@QueryParameter
String value,
@QueryParameter
String aipProjectBuild)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckAipProjectOutputName(@QueryParameter
String value,
@QueryParameter
String aipProjectBuild)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic 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.FormExceptionpublic AdvinstInstallation.DescriptorImpl getToolDescriptor()
public AdvinstInstallation[] getInstallations()
public void setInstallations(AdvinstInstallation... installations)
Copyright © 2016–2018. All rights reserved.