Uses of Interface
com.atlassian.bamboo.task.TaskManager
-
-
Uses of TaskManager in com.atlassian.bamboo.build.creation
Constructors in com.atlassian.bamboo.build.creation with parameters of type TaskManager Constructor Description JobCreationServiceImpl(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)
-
Uses of TaskManager in com.atlassian.bamboo.build.docker
Constructors in com.atlassian.bamboo.build.docker with parameters of type TaskManager Constructor Description DefaultDockerHandlerImpl(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 TaskManager Modifier and Type Method Description static void
ChainPluginSupportHelper. prepareRuntimeTaskData(CommonContext commonContext, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler)
static void
ChainPluginSupportHelper. 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 TaskManager Constructor Description DefaultExecutableLabelValidator(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 TaskManager Constructor Description BambooYamlParserImpl(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 TaskManager Constructor Description EnvironmentCustomConfigServiceImpl(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 TaskManager Modifier and Type Field Description protected TaskManager
ConfigureEnvironmentTasks. taskManager
protected TaskManager
ViewEnvironmentTaskTypes. taskManager
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type TaskManager Modifier and Type Method Description void
ConfigureEnvironmentTasks. setTaskManager(TaskManager taskManager)
void
ViewEnvironmentTaskTypes. 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 TaskManager Constructor Description EnvironmentRequirementServiceImpl(com.atlassian.struts.TextProvider textProvider, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper, EnvironmentService environmentService, 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 Constructor Description EnvironmentTaskRequirementsHelperImpl(TaskManager taskManager)
-
Uses of TaskManager in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type TaskManager Modifier and Type Method Description void
ViewDeploymentResult. 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 Constructor Description DeploymentPluginSupport(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 TaskManager Modifier and Type Method Description static String
TaskAuditLogHelper. getTaskHeader(TaskManager taskManager, @NotNull TaskDefinition taskDefinition)
static void
TaskAuditLogHelper. 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 TaskManager Modifier and Type Method Description static ImmutableJobImpl
ImmutableJobImpl. createImmutableJobBasedOnFlatData(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
Constructors in com.atlassian.bamboo.plan.cache with parameters of type TaskManager Constructor Description ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager)
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
ImmutablePlanManagerImpl(PlanManager planManager, PlanDtoManager planDtoManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, 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 TaskManager Constructor Description TaskPluginKeyHashPublisher(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 TaskManager Constructor Description DeploymentProjectResource(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 TaskManager Modifier and Type Field Description static Supplier<TaskManager>
ComponentAccessor. TASK_MANAGER
Deprecated. -
Uses of TaskManager in com.atlassian.bamboo.task
Classes in com.atlassian.bamboo.task that implement TaskManager Modifier and Type Class Description class
TaskManagerImpl
Constructors in com.atlassian.bamboo.task with parameters of type TaskManager Constructor Description TaskConfigurationServiceImpl(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 TaskManager Modifier and Type Method Description TaskManager
BuilderCapabilityType. getTaskManager()
Deprecated.since 4.4Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type TaskManager Modifier and Type Method Description void
BuilderCapabilityType. setTaskManager(TaskManager taskManager)
Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type TaskManager Constructor Description CapabilityRequirementSetDecorator(@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 TaskManager Constructor Description RequirementServiceImpl(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 Modifier and Type Field Description protected TaskManager
ImportMavenPlanAction. 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected TaskManager
ConfigureBuildTasks. taskManager
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type TaskManager Modifier and Type Method Description void
ConfigureBuildTasks. 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 TaskManager Constructor Description UIConfigSupportImpl(BambooLicenseManager bambooLicenseManager, BambooUserManager bambooUserManager, TriggerTypeManager triggerTypeManager, JdkManager jdkManager, PlanManager planManager, ProjectManager projectManager, RepositoryManager repositoryManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, WebRepositoryViewerManager webRepositoryViewerManager, BambooPermissionManager bambooPermissionManager)
-