org.jvnet.hudson.test
Class HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<BuildWrapper>
      extended by hudson.tasks.BuildWrapperDescriptor
          extended by org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor
All Implemented Interfaces:
Saveable
Enclosing class:
HudsonTestCase.TestBuildWrapper

@Extension
public static class HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor
extends BuildWrapperDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor()
           
 
Method Summary
 String getDisplayName()
           
 boolean isApplicable(AbstractProject<?,?> project)
           
 BuildWrapper newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor

public HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor()
Method Detail

isApplicable

public boolean isApplicable(AbstractProject<?,?> project)
Specified by:
isApplicable in class BuildWrapperDescriptor

newInstance

public BuildWrapper newInstance(org.kohsuke.stapler.StaplerRequest req,
                                net.sf.json.JSONObject formData)
Overrides:
newInstance in class Descriptor<BuildWrapper>

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class Descriptor<BuildWrapper>


Copyright © 2004-2011. All Rights Reserved.