com.atlassian.bamboo.plugins.ant.task.conversion
Class AntBuilder2TaskConverter

java.lang.Object
  extended by com.atlassian.bamboo.task.conversion.AbstractBuilder2TaskConverter
      extended by com.atlassian.bamboo.plugins.ant.task.conversion.AntBuilder2TaskConverter
All Implemented Interfaces:
LegacyBuilderToTaskConverter

public class AntBuilder2TaskConverter
extends AbstractBuilder2TaskConverter


Field Summary
 
Fields inherited from class com.atlassian.bamboo.task.conversion.AbstractBuilder2TaskConverter
incrementTaskId
 
Constructor Summary
AntBuilder2TaskConverter()
           
 
Method Summary
 java.util.List<TaskDefinition> builder2TaskList(BuildConfiguration buildConfiguration)
          Creates a list of tasks out of BuildConfiguration.
 
Methods inherited from class com.atlassian.bamboo.task.conversion.AbstractBuilder2TaskConverter
stripBuilderParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntBuilder2TaskConverter

public AntBuilder2TaskConverter()
Method Detail

builder2TaskList

public java.util.List<TaskDefinition> builder2TaskList(@NotNull
                                                       BuildConfiguration buildConfiguration)
Description copied from interface: LegacyBuilderToTaskConverter
Creates a list of tasks out of BuildConfiguration. The implementers can assume that this method is only called iff buildConfiguration contain definition of builder that this converter can handle.

Returns:
taskDefinitions


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