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

java.lang.Object
  extended by com.atlassian.bamboo.ant.task.property.AbstractPropertyManipulator
      extended by com.atlassian.bamboo.ant.task.property.AbstractSingleValueTaskPropertyConfigurator<java.lang.Double>
          extended by com.atlassian.bamboo.ant.task.property.DoubleTaskPropertyConfigurator
All Implemented Interfaces:
AntPropertyManipulator, AntTaskPropertyConfigurator<java.lang.Double>

public class DoubleTaskPropertyConfigurator
extends AbstractSingleValueTaskPropertyConfigurator<java.lang.Double>

Double task property configurator.

Since:
3.4

Field Summary
 
Fields inherited from class com.atlassian.bamboo.ant.task.property.AbstractPropertyManipulator
supportedTypes
 
Constructor Summary
DoubleTaskPropertyConfigurator()
           
 
Method Summary
 java.lang.Double fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 
Methods inherited from class com.atlassian.bamboo.ant.task.property.AbstractSingleValueTaskPropertyConfigurator
fromConfig, fromConfig
 
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

DoubleTaskPropertyConfigurator

public DoubleTaskPropertyConfigurator()
Method Detail

fromConfig

public java.lang.Double fromConfig(java.lang.String name,
                                   java.lang.String value,
                                   TaskContext taskContext)
Specified by:
fromConfig in class AbstractSingleValueTaskPropertyConfigurator<java.lang.Double>


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