|
||||||||||
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.CustomPythonBuilder.DescriptorImpl
@Extension public static final class CustomPythonBuilder.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 | |
---|---|
CustomPythonBuilder.DescriptorImpl()
|
Method Summary | |
---|---|
hudson.util.FormValidation |
doCheckHome(hudson.model.AbstractProject project,
String value)
Check if the VIRTUALENV home is valid |
String |
getDisplayName()
|
String |
getHelpFile()
|
List<CommandNature> |
getNatures()
Get the list of the available command natures. |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
|
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 CustomPythonBuilder.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 hudson.util.FormValidation doCheckHome(@AncestorInPath hudson.model.AbstractProject project, @QueryParameter String value)
project
- The project for this buildervalue
- The folder to check
public List<CommandNature> getNatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |