|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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.xwork2.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 |
ExecuteManualDeployment.setTaskManager(TaskManager taskManager)
|
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 | |
---|---|
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,
CredentialsAccessor credentialsAccessor,
DeploymentsInProgressService deploymentsInProgressService,
CachedPlanManager cachedPlanManager,
CustomVariableContextRunner customVariableContextRunner)
|
Uses of TaskManager in com.atlassian.bamboo.persister |
---|
Methods in com.atlassian.bamboo.persister with parameters of type TaskManager | |
---|---|
static String |
TaskAuditLogHelper.getTaskHeader(TaskManager taskManager,
TaskDefinition taskDefinition)
|
static void |
TaskAuditLogHelper.logTaskConfigurationChanges(AuditLogService auditLogService,
TaskManager taskManager,
Key planKey,
TaskDefinition taskDefinition,
Map<String,String> oldConfiguration,
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,
ResultsSummaryManager resultsSummaryManager,
BuildDefinition buildDefinition,
CachedPlanManager cachedPlanManager,
ImmutableArtifactManager immutableArtifactManager)
|
|
ImmutablePlanManagerImpl(PlanManager planManager,
ResultsSummaryManager resultsSummaryManager,
BuildDefinitionManager buildDefinitionManager,
BuildLoggerManager buildLoggerManager,
LabelManager labelManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskManager taskManager,
TriggerManager triggerManager,
VariableDefinitionManager variableDefinitionManager)
|
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.xwork2.TextProvider textProvider,
PlanManager planManager,
AuditLogService auditLogService,
ScopedExclusionService scopedExclusionService)
|
Uses of TaskManager in com.atlassian.bamboo.upgrade.tasks.v5_1 |
---|
Methods in com.atlassian.bamboo.upgrade.tasks.v5_1 with parameters of type TaskManager | |
---|---|
void |
UpgradeTask3816AddMissingRequirementsToDeploymentTasks.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. since 4.4 |
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,
Collection<Requirement> requirements,
com.opensymphony.xwork.TextProvider textProvider,
CapabilityHelper capabilityHelper,
TaskManager taskManager)
Deprecated. since 5.1 use TextProvider instead of TextProvider |
|
CapabilityRequirementSetDecorator(ImmutableBuildable buildable,
Collection<Requirement> requirements,
com.atlassian.struts.TextProvider textProvider,
CapabilityHelper capabilityHelper,
TaskManager taskManager)
|
|
CapabilityRequirementSetDecorator(ImmutableBuildable buildable,
RequirementSet requirementSet,
com.opensymphony.xwork.TextProvider textProvider,
CapabilityHelper capabilityHelper,
TaskManager taskManager)
Deprecated. since 5.1 use TextProvider instead of TextProvider |
|
CapabilityRequirementSetDecorator(ImmutableBuildable buildable,
RequirementSet requirementSet,
com.atlassian.struts.TextProvider textProvider,
CapabilityHelper capabilityHelper,
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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)
Deprecated. since 5.1 use TaskUIConfigBean.TaskUIConfigBean(com.atlassian.bamboo.task.TaskManager, com.atlassian.bamboo.template.TemplateRenderer, com.atlassian.struts.TextProvider, com.atlassian.bamboo.v2.build.agent.capability.CapabilityHelper) instead |
|
TaskUIConfigBean(TaskManager taskManager,
TemplateRenderer templateRenderer,
com.atlassian.struts.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.xwork2.TextProvider textProvider,
RepositoryDefinitionManager repositoryDefinitionManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |