Uses of Interface
com.atlassian.bamboo.plan.stage.StageService
Packages that use StageService
Package
Description
-
Uses of StageService in com.atlassian.bamboo.plan.stage
Classes in com.atlassian.bamboo.plan.stage that implement StageService -
Uses of StageService in com.atlassian.bamboo.plugins.rest.plan
Constructors in com.atlassian.bamboo.plugins.rest.plan with parameters of type StageServiceModifierConstructorDescriptionPlanConversionFunction(LinkService linkService, PaginationService paginationService, StageConversionFunction stageConversionFunction, StageService stageService) -
Uses of StageService in com.atlassian.bamboo.plugins.rest.plan.stage
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage with parameters of type StageServiceModifierConstructorDescriptionRestStageServiceImpl(BuildExecutionManager buildExecutionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanRestService planRestService, RestArtifactService restArtifactService, RestJobService restJobService, StageConversionFunction stageConversionFunction, StageService stageService) StageConfigResource(BambooPermissionManager bambooPermissionManager, RestStageService restStageService, StageService stageService, StageConversionFunction stageConversionFunction, InputParser inputParser, PaginationService paginationService, PlanRestService planRestService) -
Uses of StageService 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 StageServiceModifierConstructorDescriptionRestArtifactServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, JobConversionFunction jobConversionFunction, JobService jobService, PaginationService paginationService, StageService stageService) -
Uses of StageService in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type StageServiceModifierConstructorDescriptionPlanResource(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 StageService in com.atlassian.bamboo.plugins.testutils.stage
Constructors in com.atlassian.bamboo.plugins.testutils.stage with parameters of type StageServiceModifierConstructorDescriptionStageTestServiceImpl(StageService stageService, JobTestService jobTestService) -
Uses of StageService in it.com.atlassian.bamboo.plugins.testutils.job
Constructors in it.com.atlassian.bamboo.plugins.testutils.job with parameters of type StageServiceModifierConstructorDescriptionJobTestServiceImplWiredTest(JobService jobService, JobTestService jobTestService, PlanTestService planTestService, StageService stageService) -
Uses of StageService in it.com.atlassian.bamboo.plugins.testutils.stage
Constructors in it.com.atlassian.bamboo.plugins.testutils.stage with parameters of type StageServiceModifierConstructorDescriptionStageTestServiceImplWiredTest(PlanTestService planTestService, StageService stageService, StageTestService stageTestService)