Uses of Interface
com.atlassian.bamboo.task.TaskManager

Packages that use TaskManager
com.atlassian.bamboo.plan   
com.atlassian.bamboo.task   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.v2.build.agent.capability   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.build.admin.config.task   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of TaskManager in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan with parameters of type TaskManager
 void AbstractPlan.setTaskManager(TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.task
 

Classes in com.atlassian.bamboo.task that implement TaskManager
 class TaskManagerImpl
           
 

Constructors in com.atlassian.bamboo.task with parameters of type TaskManager
TaskConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, TaskManager taskManager, BuildDefinitionConverter buildDefinitionConverter, com.opensymphony.xwork.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService)
           
 

Uses of TaskManager in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type TaskManager
 void UpgradeTask2408RecalculateJobRequirementsForTasksUpgrade.setTaskManager(TaskManager taskManager)
           
 void UpgradeTask2405ConvertBuildersToTasks.setTaskManager(TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.v2.build.agent.capability
 

Methods in com.atlassian.bamboo.v2.build.agent.capability that return TaskManager
 TaskManager BuilderCapabilityType.getTaskManager()
           
 

Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type TaskManager
 void BuilderCapabilityType.setTaskManager(TaskManager taskManager)
           
 

Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type TaskManager
CapabilityRequirementSetDecorator(Buildable buildable, java.util.Collection<Requirement> requirements, com.opensymphony.xwork.TextProvider textProvider, CapabilityHelper capabilityHelper, TaskManager taskManager)
           
CapabilityRequirementSetDecorator(Buildable buildable, RequirementSet requirementSet, com.opensymphony.xwork.TextProvider textProvider, CapabilityHelper capabilityHelper, TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.ww2.actions.admin
 

Fields in com.atlassian.bamboo.ww2.actions.admin declared as TaskManager
protected  TaskManager ImportMavenPlanAction.taskManager
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type TaskManager
 void ImportMavenPlanAction.setTaskManager(TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type TaskManager
 void ViewBuildConfiguration.setTaskManager(TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type TaskManager
 void ConfigureBuildRequirement.setTaskManager(TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.ww2.actions.build.admin.config.task
 

Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.task declared as TaskManager
protected  TaskManager ConfigureBuildTasks.taskManager
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type TaskManager
static com.google.common.base.Function<TaskDefinition,DecoratedTaskDefinition> DecoratedTaskDefinition.getTaskDefinitionConverter(TaskManager taskManager)
           
 void ConfigureBuildTasks.setTaskManager(TaskManager taskManager)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type TaskManager
TaskUIConfigBean(TaskManager taskManager, TemplateRenderer templateRenderer)
           
 

Uses of TaskManager in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Constructors in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type TaskManager
UIConfigBean(WebRepositoryViewerManager webRepositoryViewerManager, BuildStrategyManager buildStrategyManager, RepositoryManager repositoryManager, BuilderManager builderManager, ProjectManager projectManager, BambooLicenseManager bambooLicenseManager, PlanManager planManager, JdkManager jdkManager, TaskManager taskManager)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.