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

Packages that use TaskManager
com.atlassian.bamboo.chains   
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.spring   
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.repository   
com.atlassian.bamboo.ww2.actions.build.admin.config.task   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of TaskManager in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains with parameters of type TaskManager
static void ChainPluginSupportHelper.prepareRuntimeTaskData(CommonContext commonContext, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler)
           
static void ChainPluginSupportHelper.processRuntimeTaskData(CommonContext commonContext, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler)
           
 

Constructors in com.atlassian.bamboo.chains with parameters of type TaskManager
BuildContextFactoryImpl(ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, ResultsSummaryManager resultsSummaryManager, TaskManager taskManager, TestQuarantineManager testQuarantineManager, AdministrationConfigurationManager administrationConfigurationManager, BranchIntegrationService branchIntegrationService, FeatureManager featureManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.deployments.environments.actions
 

Fields in com.atlassian.bamboo.deployments.environments.actions declared as TaskManager
protected  TaskManager ConfigureEnvironmentTasks.taskManager
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type TaskManager
 void ConfigureEnvironmentTasks.setTaskManager(TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.deployments.environments.service
 

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type TaskManager
EnvironmentTaskServiceImpl(ScopedExclusionService scopedExclusionService, AuditLogService auditLogService, com.opensymphony.xwork.TextProvider textProvider, EnvironmentDao environmentDao, TaskManager taskManager, PlanScheduler planScheduler, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type TaskManager
 void ViewDeploymentResult.setTaskManager(TaskManager taskManager)
           
 void ExecuteManualDeployment.setTaskManager(TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.deployments.execution.service
 

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type TaskManager
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService)
           
 

Uses of TaskManager in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister with parameters of type TaskManager
static java.lang.String TaskAuditLogHelper.getTaskHeader(TaskManager taskManager, TaskDefinition taskDefinition)
           
static void TaskAuditLogHelper.logTaskConfigurationChanges(AuditLogService auditLogService, TaskManager taskManager, Key planKey, TaskDefinition taskDefinition, java.util.Map<java.lang.String,java.lang.String> oldConfiguration, java.lang.String oldDescription, boolean oldIsEnabled)
           
 

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.plan.cache
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type TaskManager
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, BuildDefinition buildDefinition, ImmutablePlanCacheService immutablePlanCacheService, ImmutableArtifactManager immutableArtifactManager)
           
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutableArtifactManager immutableArtifactManager)
          Deprecated. 
ImmutablePlanManagerImpl(PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BuildExecutionManager buildExecutionManager)
           
 

Uses of TaskManager in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type TaskManager
static com.google.common.base.Supplier<TaskManager> ComponentAccessor.TASK_MANAGER
           
 

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, ScopedExclusionService scopedExclusionService)
           
 

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

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type TaskManager
 void UpgradeTask2712CalculateRequirementsOfCheckoutTasks.setTaskManager(TaskManager 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()
          Deprecated. 
 

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(ImmutableBuildable buildable, java.util.Collection<Requirement> requirements, com.opensymphony.xwork.TextProvider textProvider, CapabilityHelper capabilityHelper, TaskManager taskManager)
           
CapabilityRequirementSetDecorator(ImmutableBuildable 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.repository
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with parameters of type TaskManager
 void DeleteRepository.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, com.opensymphony.xwork.TextProvider textProvider, CapabilityHelper capabilityHelper)
           
 

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
UIConfigBeanImpl(WebRepositoryViewerManager webRepositoryViewerManager, BuildStrategyManager buildStrategyManager, RepositoryManager repositoryManager, ProjectManager projectManager, BambooLicenseManager bambooLicenseManager, PlanManager planManager, JdkManager jdkManager, TaskManager taskManager, com.opensymphony.xwork.TextProvider textProvider, RepositoryDefinitionManager repositoryDefinitionManager)
           
 



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