Uses of Interface
com.atlassian.bamboo.plan.job.JobService
Packages that use JobService
Package
Description
-
Uses of JobService in com.atlassian.bamboo.plan.job
Classes in com.atlassian.bamboo.plan.job that implement JobService -
Uses of JobService in com.atlassian.bamboo.plugins.rest.plan
Constructors in com.atlassian.bamboo.plugins.rest.plan with parameters of type JobServiceModifierConstructorDescriptionPlanConfigResource
(PlanService planService, JobService jobService, InputParser inputParser, PaginationService paginationService, PlanConversionFunction planConversionFunction, JobConversionFunction jobConversionFunction) -
Uses of JobService in com.atlassian.bamboo.plugins.rest.plan.stage
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage with parameters of type JobServiceModifierConstructorDescriptionStageConversionFunction
(JobService jobService, LinkService linkService, PaginationService paginationService) -
Uses of JobService in com.atlassian.bamboo.plugins.rest.plan.stage.job
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type JobServiceModifierConstructorDescriptionJobConfigResource
(BambooPermissionManager bambooPermissionManager, RestJobService restJobService, JobService jobService, InputParser inputParser, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginationService paginationService, JobConversionFunction jobConversionFunction) JobConfigShortcutResource
(RestJobService restJobService, JobService jobService, InputParser inputParser, JobConversionFunction jobConversionFunction) RestJobServiceImpl
(BuildExecutionManager buildExecutionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, JobConversionFunction jobConversionFunction, JobService jobService, PlanRestService planRestService, RestArtifactService restArtifactService) -
Uses of JobService in com.atlassian.bamboo.plugins.rest.plan.stage.job.artifact
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.artifact with parameters of type JobServiceModifierConstructorDescriptionRestArtifactServiceImpl
(ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, JobConversionFunction jobConversionFunction, JobService jobService, PaginationService paginationService, StageService stageService) -
Uses of JobService 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 JobServiceModifierConstructorDescriptionTaskConfigResource
(com.atlassian.sal.api.message.I18nResolver i18nResolver, InputParser inputParser, JobService jobService, TaskService taskService, CachedPlanManager cachedPlanManager, PaginationService paginationService, TaskConversionFunction taskConversionFunction) -
Uses of JobService in com.atlassian.bamboo.plugins.testutils.job
Constructors in com.atlassian.bamboo.plugins.testutils.job with parameters of type JobService -
Uses of JobService in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type JobServiceModifierConstructorDescriptionPlanResource
(ArtifactDefinitionManager artifactDefinitionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ChainCreationService chainCreationService, DeletionService deletionService, com.atlassian.event.api.EventPublisher eventPublisher, JobCreationService jobCreationService, JobService jobService, LabelManager labelManager, PlanManager planManager, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryTestService repositoryTestService, StageService stageService, TaskConfigurationService taskConfigurationService, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager, UIConfigSupport uiConfigSupport, VariableConfigurationService variableConfigurationService, RestAuthenticationContext restAuthenticationContext) -
Uses of JobService in it.com.atlassian.bamboo.plugins.testutils.job
Constructors in it.com.atlassian.bamboo.plugins.testutils.job with parameters of type JobServiceModifierConstructorDescriptionJobTestServiceImplWiredTest
(JobService jobService, JobTestService jobTestService, PlanTestService planTestService, StageService stageService)