com.atlassian.bamboo.ant.task
Class AntBuildTaskUiBean

java.lang.Object
  extended by com.atlassian.bamboo.ant.task.AntBuildTaskUiBean

public class AntBuildTaskUiBean
extends java.lang.Object

Produces view/edit HTML for a single Ant task property.

Since:
3.4

Constructor Summary
AntBuildTaskUiBean(AntTaskDescriptor antTaskDescriptor, TaskDefinition taskDefinition, WebPropertyConfigurators propertyConfigurators)
           
 
Method Summary
 java.lang.String getEditHtml()
           
 java.lang.String getViewHtml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntBuildTaskUiBean

public AntBuildTaskUiBean(@NotNull
                          AntTaskDescriptor antTaskDescriptor,
                          @Nullable
                          TaskDefinition taskDefinition,
                          @NotNull
                          WebPropertyConfigurators propertyConfigurators)
Method Detail

getEditHtml

public java.lang.String getEditHtml()

getViewHtml

public java.lang.String getViewHtml()


Copyright © 2012 Atlassian. All Rights Reserved.