com.atlassian.bamboo.ant.task
Interface AntTaskDescriptor


public interface AntTaskDescriptor

Describes Ant task that will be run as a Bamboo task.

Since:
3.4

Method Summary
 java.lang.Class<?> taskClass()
          Task class.
 java.lang.Iterable<java.lang.String> taskProperties()
          Properties of this task that should be processed by the Bamboo build task
 

Method Detail

taskClass

@NotNull
java.lang.Class<?> taskClass()
Task class. It usually should extend Task, but Ant makes it possible to wrap an arbitrary object following the Ant task patterns as a task.

Returns:
task class

taskProperties

@NotNull
java.lang.Iterable<java.lang.String> taskProperties()
Properties of this task that should be processed by the Bamboo build task

Returns:
relevant Ant task properties


Copyright © 2012 Atlassian. All Rights Reserved.