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

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

public class BooleanTaskPropertyConfigurator
extends AbstractSingleValueTaskPropertyConfigurator<java.lang.Boolean>

TODO

Since:
3.4

Field Summary
 
Fields inherited from class com.atlassian.bamboo.ant.task.property.AbstractPropertyManipulator
supportedTypes
 
Constructor Summary
BooleanTaskPropertyConfigurator()
           
 
Method Summary
 java.lang.Boolean 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

BooleanTaskPropertyConfigurator

public BooleanTaskPropertyConfigurator()
Method Detail

fromConfig

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


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