jenkins.plugins.shiningpanda.builders
Class CustomPythonBuilder.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
          extended by jenkins.plugins.shiningpanda.builders.CustomPythonBuilder.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
CustomPythonBuilder

@Extension
public static final class CustomPythonBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>

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

CustomPythonBuilder.DescriptorImpl

public CustomPythonBuilder.DescriptorImpl()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>

getHelpFile

public String getHelpFile()
Overrides:
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Builder>

isApplicable

public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>

doCheckHome

public hudson.util.FormValidation doCheckHome(@AncestorInPath
                                              hudson.model.AbstractProject project,
                                              @QueryParameter
                                              String value)
Check if the VIRTUALENV home is valid

Parameters:
project - The project for this builder
value - The folder to check
Returns:
The result of the validation

getNatures

public List<CommandNature> getNatures()
Get the list of the available command natures.

Returns:
The list of natures


Copyright © 2004-2012. All Rights Reserved.