public static final class SASUnitPlugInBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
SASUnitPlugInBuilder
. Used as a singleton.
This descriptor persists all SASUnit installations configuredModifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckDoxygenBatch(String value) |
hudson.util.FormValidation |
doCheckSasunitBatch(String value) |
hudson.util.FormValidation |
doCheckSasunitRoot(String value) |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
SASUnitInstallation[] |
getInstallations()
Get the SASUnit installations.
|
SASUnitInstallation.DescriptorImpl |
getToolDescriptor()
Obtains the
SASUnitInstallation.DescriptorImpl instance. |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
void |
setInstallations(SASUnitInstallation... installations)
Set the SASUnit installations.
|
hudson.util.FormValidation |
validateForm(String value)
Performs on-the-fly validation.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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 hudson.util.FormValidation validateForm(@QueryParameter String value) throws IOException, javax.servlet.ServletException
value
- This parameter receives the value that the user has typed.IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckSasunitRoot(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckSasunitBatch(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckDoxygenBatch(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public SASUnitInstallation[] getInstallations()
public void setInstallations(SASUnitInstallation... installations)
public SASUnitInstallation.DescriptorImpl getToolDescriptor()
SASUnitInstallation.DescriptorImpl
instance.public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Copyright © 2004-2015. All Rights Reserved.