com.atlassian.bamboo.task.conversion
Interface LegacyBuilderToTaskConverter

All Known Implementing Classes:
AbstractBuilder2TaskConverter

public interface LegacyBuilderToTaskConverter

Represents a utility that creates a list of tasks that provide the same functionality that a legacy builder existing in a build configuration.

Since:
3.1

Method Summary
 java.util.List builder2TaskList(BuildConfiguration buildConfiguration)
          Creates a list of tasks out of BuildConfiguration.
 

Method Detail

builder2TaskList

@NotNull
java.util.List builder2TaskList(@NotNull
                                        BuildConfiguration buildConfiguration)
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.

Parameters:
buildConfiguration -
Returns:
taskDefinitions


Copyright © 2011 Atlassian. All Rights Reserved.