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

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

public class ByteTaskPropertyConfigurator
extends AbstractSingleValueTaskPropertyConfigurator<java.lang.Byte>

Long task property configurator.

Since:
3.4

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

ByteTaskPropertyConfigurator

public ByteTaskPropertyConfigurator()
Method Detail

fromConfig

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


Copyright © 2012 Atlassian. All Rights Reserved.