com.atlassian.bamboo.task
Interface TaskRequirementSupport

All Superinterfaces:
TaskConfigurator

Deprecated. since 3.3 use BuildTaskRequirementSupport

@Deprecated
public interface TaskRequirementSupport
extends TaskConfigurator

Allows creators of TaskTypes to specify Requirements

Since:
3.1

Method Summary
 java.util.Set<Requirement> calculateRequirements(TaskDefinition taskDefinition)
          Deprecated. Populates the RequirementSet needed based off of the TaskDefinition
 
Methods inherited from interface com.atlassian.bamboo.task.TaskConfigurator
generateTaskConfigMap, populateContextForCreate, populateContextForEdit, populateContextForView, validate
 

Method Detail

calculateRequirements

@NotNull
java.util.Set<Requirement> calculateRequirements(@NotNull
                                                         TaskDefinition taskDefinition)
Deprecated. 
Populates the RequirementSet needed based off of the TaskDefinition

Parameters:
taskDefinition -
Returns:
requirements


Copyright © 2011 Atlassian. All Rights Reserved.