org.hudsonci.plugins.scripting.wrapper
Class ScriptBuildWrapper.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.BuildWrapper>
      extended by hudson.tasks.BuildWrapperDescriptor
          extended by org.hudsonci.plugins.scripting.wrapper.ScriptBuildWrapper.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
ScriptBuildWrapper

@Named
@Singleton
@Typed(value=hudson.model.Descriptor.class)
public static class ScriptBuildWrapper.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ScriptBuildWrapper.DescriptorImpl()
           
 
Method Summary
 ScriptBuildWrapper.Mode getDefaultMode()
           
 String getDisplayName()
           
 org.hudsonci.utils.plugin.ui.RenderableEnum[] getModeValues()
           
 boolean isApplicable(hudson.model.AbstractProject<?,?> item)
           
 boolean isSelected(Object value, Object configValue, Object defaultValue)
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, 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

ScriptBuildWrapper.DescriptorImpl

public ScriptBuildWrapper.DescriptorImpl()
Method Detail

isApplicable

public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
Specified by:
isApplicable in class hudson.tasks.BuildWrapperDescriptor

getModeValues

@JellyAccessible
public org.hudsonci.utils.plugin.ui.RenderableEnum[] getModeValues()

getDefaultMode

@JellyAccessible
public ScriptBuildWrapper.Mode getDefaultMode()

isSelected

@JellyAccessible
public boolean isSelected(Object value,
                                          Object configValue,
                                          Object defaultValue)

getDisplayName

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


Copyright © 2004-2012 Hudson. All Rights Reserved.