Uses of Interface
com.atlassian.bamboo.task.TaskManager
Packages that use TaskManager
Package
Description
-
Uses of TaskManager in com.atlassian.bamboo.build.creation
Constructors in com.atlassian.bamboo.build.creation with parameters of type TaskManagerModifierConstructorDescriptionJobCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, TriggerConfigurationService triggerConfigurationService, ChainBranchManager chainBranchManager, BuildNumberGeneratorService buildNumberGeneratorService, VcsRepositoryManager vcsRepositoryManager, DockerPipelineValidationService dockerPipelineValidationService, TaskManager taskManager, TransactionAndHibernateTemplate hibernateTemplate, BambooPermissionManager bambooPermissionManager, com.atlassian.struts.TextProvider textProvider) -
Uses of TaskManager in com.atlassian.bamboo.build.docker
Constructors in com.atlassian.bamboo.build.docker with parameters of type TaskManagerModifierConstructorDescriptionDefaultDockerHandlerImpl(DockerPipelineConfiguration configuration, DockerPipelineValidationService dockerPipelineValidationService, EnvironmentCustomConfigService environmentCustomConfigService, com.atlassian.plugin.ModuleDescriptor moduleDescriptor, TemplateRenderer templateRenderer, TaskManager taskManager, boolean create) DefaultDockerHandlerProvider(EnvironmentCustomConfigService environmentCustomConfigService, DockerPipelineValidationService dockerPipelineValidationService, TemplateRenderer templateRenderer, TaskManager taskManager) -
Uses of TaskManager in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type TaskManagerModifier and TypeMethodDescriptionstatic voidChainPluginSupportHelper.prepareRuntimeTaskData(CommonContext commonContext, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler) static voidChainPluginSupportHelper.processRuntimeTaskData(CommonContext commonContext, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler) -
Uses of TaskManager in com.atlassian.bamboo.configuration.external.helpers
Constructors in com.atlassian.bamboo.configuration.external.helpers with parameters of type TaskManagerModifierConstructorDescriptionDefaultExecutableLabelValidator(TaskManager taskManager, JdkManager jdkManager) TaskDefinitionExportHelper(TaskManager taskManager) -
Uses of TaskManager in com.atlassian.bamboo.configuration.external.yaml
Constructors in com.atlassian.bamboo.configuration.external.yaml with parameters of type TaskManagerModifierConstructorDescriptionBambooYamlParserImpl(BambooYamlVersion1Converter bambooYamlVersion1Converter, BambooYamlOverrider bambooYamlOverrider, I18nBeanFactory i18nBeanFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, TaskManager taskManager, VcsRepositoryManager repositoryManager, CustomEnvironmentPluginExportHelper customEnvironmentPluginExportHelper) -
Uses of TaskManager in com.atlassian.bamboo.deployments.configuration.service
Constructors in com.atlassian.bamboo.deployments.configuration.service with parameters of type TaskManagerModifierConstructorDescriptionEnvironmentCustomConfigServiceImpl(EnvironmentCustomConfigDao environmentCustomConfigDao, EnvironmentDao environmentDao, EnvironmentCustomConfigJsonConverter environmentCustomConfigJsonConverter, DockerPipelineValidationService dockerPipelineValidationService, TaskManager taskManager) -
Uses of TaskManager in com.atlassian.bamboo.deployments.environments.actions
Fields in com.atlassian.bamboo.deployments.environments.actions declared as TaskManagerModifier and TypeFieldDescriptionprotected TaskManagerConfigureEnvironmentTasks.taskManagerprotected TaskManagerViewEnvironmentTaskTypes.taskManagerMethods in com.atlassian.bamboo.deployments.environments.actions with parameters of type TaskManagerModifier and TypeMethodDescriptionvoidConfigureEnvironmentTasks.setTaskManager(TaskManager taskManager) voidViewEnvironmentTaskTypes.setTaskManager(TaskManager taskManager) -
Uses of TaskManager in com.atlassian.bamboo.deployments.environments.requirement
Constructors in com.atlassian.bamboo.deployments.environments.requirement with parameters of type TaskManagerModifierConstructorDescriptionEnvironmentRequirementServiceImpl(com.atlassian.struts.TextProvider textProvider, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, EnvironmentDao environmentDao, PlanScheduler planScheduler, EnvironmentCustomConfigService environmentCustomConfigService) -
Uses of TaskManager in com.atlassian.bamboo.deployments.environments.task
Constructors in com.atlassian.bamboo.deployments.environments.task with parameters of type TaskManager -
Uses of TaskManager in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type TaskManagerModifier and TypeMethodDescriptionvoidViewDeploymentResult.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 TaskManagerModifierConstructorDescriptionDeploymentPluginSupport(CustomVariableContextRunner customVariableContextRunner, com.atlassian.plugin.PluginAccessor pluginAccessor, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler) -
Uses of TaskManager in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister with parameters of type TaskManagerModifier and TypeMethodDescriptionstatic StringTaskAuditLogHelper.getTaskHeader(TaskManager taskManager, @NotNull TaskDefinition taskDefinition) static voidTaskAuditLogHelper.logTaskConfigurationChanges(AuditLogService auditLogService, TaskManager taskManager, AuditLogEntityType entityType, Key key, TaskDefinition taskDefinition, Map<String, String> oldConfiguration, String oldDescription, boolean oldIsEnabled) -
Uses of TaskManager in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type TaskManagerModifier and TypeMethodDescriptionstatic ImmutableJobImplImmutableJobImpl.createImmutableJobBasedOnFlatData(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, boolean isLightWeight) static ImmutableJobImplImmutableJobImpl.createLightweightImmutableJob(ImmutableChain parent, ImmutableChainStage stage, ImmutableJob job, BuildLoggerManager buildLoggerManager, LabelDao labelDao, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager) Constructors in com.atlassian.bamboo.plan.cache with parameters of type TaskManagerModifierConstructorDescriptionImmutablePlanManagerImpl(PlanManager planManager, PlanDtoManager planDtoManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelDao labelDao, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, RequirementManager requirementManager, VersionDao versionDao) -
Uses of TaskManager in com.atlassian.bamboo.plugins.testutils.analytics
Constructors in com.atlassian.bamboo.plugins.testutils.analytics with parameters of type TaskManagerModifierConstructorDescriptionTaskPluginKeyHashPublisher(com.atlassian.event.api.EventPublisher eventPublisher, TaskManager taskManager) -
Uses of TaskManager in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type TaskManagerModifierConstructorDescriptionDeploymentProjectResource(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, EnvironmentTriggerService environmentTriggerService, NotificationManager notificationManager, TaskManager taskManager, TriggerTypeManager triggerTypeManager, VariableConfigurationService variableConfigurationService) -
Uses of TaskManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type TaskManagerModifier and TypeFieldDescriptionstatic final Supplier<TaskManager>ComponentAccessor.TASK_MANAGERDeprecated. -
Uses of TaskManager in com.atlassian.bamboo.task
Classes in com.atlassian.bamboo.task that implement TaskManagerConstructors in com.atlassian.bamboo.task with parameters of type TaskManagerModifierConstructorDescriptionTaskConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService) -
Uses of TaskManager in com.atlassian.bamboo.v2.build.agent.capability
Methods in com.atlassian.bamboo.v2.build.agent.capability that return TaskManagerMethods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type TaskManagerModifier and TypeMethodDescriptionvoidBuilderCapabilityType.setTaskManager(TaskManager taskManager) Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type TaskManagerModifierConstructorDescriptionCapabilityRequirementSetDecorator(@NotNull ImmutableBuildable buildable, @NotNull ImmutableRequirementSet requirementSet, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull CapabilityHelper capabilityHelper, @NotNull TaskManager taskManager) CapabilityRequirementSetDecorator(@NotNull ImmutableBuildable buildable, @NotNull Collection<? extends ImmutableRequirement> requirements, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull CapabilityHelper capabilityHelper, @NotNull TaskManager taskManager) -
Uses of TaskManager in com.atlassian.bamboo.v2.build.requirement
Constructors in com.atlassian.bamboo.v2.build.requirement with parameters of type TaskManagerModifierConstructorDescriptionRequirementServiceImpl(CachedPlanManager cachedPlanManager, com.atlassian.struts.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, BambooPermissionManager bambooPermissionManager, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper) -
Uses of TaskManager in com.atlassian.bamboo.ww2.actions.admin
Fields in com.atlassian.bamboo.ww2.actions.admin declared as 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 TaskManagerModifier and TypeMethodDescriptionvoidConfigureBuildRequirement.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 -
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 TaskManagerMethods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type TaskManagerModifier and TypeMethodDescriptionvoidConfigureBuildTasks.setTaskManager(TaskManager taskManager) -
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 TaskManagerModifierConstructorDescriptionUIConfigSupportImpl(BambooLicenseManager bambooLicenseManager, BambooUserManager bambooUserManager, TriggerTypeManager triggerTypeManager, JdkManager jdkManager, PlanManager planManager, ProjectManager projectManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, BambooPermissionManager bambooPermissionManager)