com.soasta.jenkins
Class MakeAppTouchTestable.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
          extended by com.soasta.jenkins.AbstractCloudTestBuilderDescriptor
              extended by com.soasta.jenkins.MakeAppTouchTestable.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
MakeAppTouchTestable

@Extension
public static class MakeAppTouchTestable.DescriptorImpl
extends AbstractCloudTestBuilderDescriptor


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
MakeAppTouchTestable.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckProjectFile(hudson.model.AbstractProject project, String value)
          Called automatically by Jenkins whenever the "projectFile" field (known to the user as the input file) is modified by the user.
 hudson.util.ListBoxModel doFillInputTypeItems()
          Called automatically by Jenkins to fill the drop-down "inputType".
 String getDisplayName()
           
 
Methods inherited from class com.soasta.jenkins.AbstractCloudTestBuilderDescriptor
doFillCloudTestServerIDItems, isApplicable, validateFileMask
 
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, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPossibleViewNames, 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

MakeAppTouchTestable.DescriptorImpl

public MakeAppTouchTestable.DescriptorImpl()
Method Detail

getDisplayName

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

doCheckProjectFile

public hudson.util.FormValidation doCheckProjectFile(@AncestorInPath
                                                     hudson.model.AbstractProject project,
                                                     @QueryParameter
                                                     String value)
                                              throws IOException
Called automatically by Jenkins whenever the "projectFile" field (known to the user as the input file) is modified by the user.

Parameters:
value - of the new path.
Throws:
IOException

doFillInputTypeItems

public hudson.util.ListBoxModel doFillInputTypeItems()
Called automatically by Jenkins to fill the drop-down "inputType".

Returns:
items the values of "inputType".


Copyright © 2004-2014. All Rights Reserved.