Uses of Interface
com.atlassian.bamboo.task.TaskService
-
-
Uses of TaskService in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type TaskService Modifier and Type Method Description void
ExecuteManualDeployment. setTaskService(TaskService taskService)
-
Uses of TaskService in com.atlassian.bamboo.plan.task
Classes in com.atlassian.bamboo.plan.task that implement TaskService Modifier and Type Class Description class
TaskServiceImpl
-
Uses of TaskService in com.atlassian.bamboo.plugins.rest.plan.stage.job
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type TaskService Constructor Description JobConversionFunction(BambooPermissionManager bambooPermissionManager, ExecutableAgentsHelper executableAgentsHelper, FeatureManager featureManager, LinkService linkService, PaginationService paginationService, StageConversionFunction stageConversionFunction, TaskConversionFunction taskConversionFunction, TaskService taskService)
-
Uses of TaskService in com.atlassian.bamboo.plugins.rest.plan.stage.job.task
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.task with parameters of type TaskService Constructor Description TaskConfigResource(com.atlassian.sal.api.message.I18nResolver i18nResolver, InputParser inputParser, JobService jobService, TaskService taskService, CachedPlanManager cachedPlanManager, PaginationService paginationService, TaskConversionFunction taskConversionFunction)
-