com.atlassian.bamboo.ant.task.property
Class PrimitiveNumberWebProperyConfigurator

java.lang.Object
  extended by com.atlassian.bamboo.ant.task.property.AbstractPropertyManipulator
      extended by com.atlassian.bamboo.ant.task.property.SimpleFieldPropertyConfigurator
          extended by com.atlassian.bamboo.ant.task.property.PrimitiveNumberWebProperyConfigurator
All Implemented Interfaces:
AntPropertyManipulator, AntWebPropertyConfigurator

public class PrimitiveNumberWebProperyConfigurator
extends SimpleFieldPropertyConfigurator

Common configurator for all primitive Java numbers, which will render a simple text field.

Since:
3.4

Field Summary
 
Fields inherited from class com.atlassian.bamboo.ant.task.property.SimpleFieldPropertyConfigurator
bambooAuthenticationContext, pluginAccessor, templateRenderer
 
Fields inherited from class com.atlassian.bamboo.ant.task.property.AbstractPropertyManipulator
supportedTypes
 
Constructor Summary
PrimitiveNumberWebProperyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor, TemplateRenderer templateRenderer, BambooAuthenticationContext bambooAuthenticationContext)
           
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.ant.task.property.SimpleFieldPropertyConfigurator
createContext, editResourceName, forEdit, forView, fromWeb, getDefaultDescription, getI18nBean, viewResourceName
 
Methods inherited from class com.atlassian.bamboo.ant.task.property.AbstractPropertyManipulator
supports, supportsProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.ant.task.property.AntPropertyManipulator
supports
 

Constructor Detail

PrimitiveNumberWebProperyConfigurator

public PrimitiveNumberWebProperyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor,
                                             TemplateRenderer templateRenderer,
                                             BambooAuthenticationContext bambooAuthenticationContext)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.