|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
jenkins.plugins.shiningpanda.builders.BuildoutBuilder.DescriptorImpl
@Extension public static final class BuildoutBuilder.DescriptorImpl
Descriptor for this builder
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hudson.model.Descriptor |
---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
Field Summary |
---|
Fields inherited from class hudson.model.Descriptor |
---|
clazz |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
BuildoutBuilder.DescriptorImpl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class hudson.tasks.BuildStepDescriptor |
---|
filter |
Methods inherited from class hudson.model.Descriptor |
---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildoutBuilder.DescriptorImpl()
Method Detail |
---|
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 check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |