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

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.NameEntryWebPropertyConfigurator
All Implemented Interfaces:
AntPropertyManipulator, AntWebPropertyConfigurator

public class NameEntryWebPropertyConfigurator
extends SimpleFieldPropertyConfigurator

TODO

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
protected NameEntryWebPropertyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor, TemplateRenderer templateRenderer, BambooAuthenticationContext bambooAuthenticationContext)
           
 
Method Summary
 java.lang.String forEdit(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> values, TaskDefinition taskDefinition)
           
 java.lang.String forView(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> values, TaskDefinition taskDefinition)
           
 java.util.Map<java.lang.String,java.lang.String> fromWeb(java.lang.String name, ActionParametersMap webParams)
           
protected  java.lang.String getDefaultDescription()
           
 
Methods inherited from class com.atlassian.bamboo.ant.task.property.SimpleFieldPropertyConfigurator
createContext, editResourceName, 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

NameEntryWebPropertyConfigurator

protected NameEntryWebPropertyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor,
                                           TemplateRenderer templateRenderer,
                                           BambooAuthenticationContext bambooAuthenticationContext)
Method Detail

fromWeb

public java.util.Map<java.lang.String,java.lang.String> fromWeb(java.lang.String name,
                                                                ActionParametersMap webParams)
Specified by:
fromWeb in interface AntWebPropertyConfigurator
Overrides:
fromWeb in class SimpleFieldPropertyConfigurator

forView

public java.lang.String forView(java.lang.String name,
                                @NotNull
                                java.util.Map<java.lang.String,java.lang.String> values,
                                @Nullable
                                TaskDefinition taskDefinition)
Specified by:
forView in interface AntWebPropertyConfigurator
Overrides:
forView in class SimpleFieldPropertyConfigurator

forEdit

public java.lang.String forEdit(java.lang.String name,
                                @NotNull
                                java.util.Map<java.lang.String,java.lang.String> values,
                                @Nullable
                                TaskDefinition taskDefinition)
Specified by:
forEdit in interface AntWebPropertyConfigurator
Overrides:
forEdit in class SimpleFieldPropertyConfigurator

getDefaultDescription

protected java.lang.String getDefaultDescription()
Overrides:
getDefaultDescription in class SimpleFieldPropertyConfigurator


Copyright © 2012 Atlassian. All Rights Reserved.