|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.task.AbstractTaskConfigurator com.atlassian.bamboo.tasks.compatibility.BuilderCompatibilityTaskConfigurator
public class BuilderCompatibilityTaskConfigurator
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator |
---|
taskConfiguratorHelper |
Constructor Summary | |
---|---|
BuilderCompatibilityTaskConfigurator()
|
Method Summary | |
---|---|
java.util.Set<Requirement> |
calculateRequirements(TaskDefinition taskDefinition)
Populates the RequirementSet needed based off of the TaskDefinition |
void |
populateContextForCreate(java.util.Map<java.lang.String,java.lang.Object> context)
Provide any required context to be used when rendering the freemarker template for creating a task definition. |
Methods inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator |
---|
generateTaskConfigMap, populateContextForEdit, populateContextForView, setTaskConfiguratorHelper, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.task.TaskConfigurator |
---|
generateTaskConfigMap, populateContextForEdit, populateContextForView, validate |
Constructor Detail |
---|
public BuilderCompatibilityTaskConfigurator()
Method Detail |
---|
@NotNull public java.util.Set<Requirement> calculateRequirements(@NotNull TaskDefinition taskDefinition)
TaskRequirementSupport
RequirementSet
needed based off of the TaskDefinition
calculateRequirements
in interface TaskRequirementSupport
public void populateContextForCreate(@NotNull java.util.Map<java.lang.String,java.lang.Object> context)
TaskConfigurator
populateContextForCreate
in interface TaskConfigurator
populateContextForCreate
in class AbstractTaskConfigurator
context
- map to put your context in.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |