@Extension
public static final class BuildoutBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckBuildoutCfg(String value)
Checks if the BUILDOUT configuration file is specified.
|
String |
getDisplayName() |
String |
getHelpFile() |
PythonInstallation[] |
getInstallations()
Get the PYTHON installations.
|
List<CommandNature> |
getNatures()
Get the list of the available command natures.
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
boolean |
isMatrix(Object it)
Check if this is a matrix project.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, 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 String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public String getHelpFile()
getHelpFile
in class hudson.model.Descriptor<hudson.tasks.Builder>
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public boolean isMatrix(Object it)
public PythonInstallation[] getInstallations()
public List<CommandNature> getNatures()
public hudson.util.FormValidation doCheckBuildoutCfg(@QueryParameter String value)
value
- The value to checkCopyright © 2004-2018. All Rights Reserved.