Uses of Interface
com.atlassian.bamboo.plugins.rest.service.PlanRestService
Packages that use PlanRestService
Package
Description
-
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type PlanRestServiceModifierConstructorDescriptionBuildNumberResource
(BambooPermissionManager bambooPermissionManager, BuildNumberService buildNumberService, PlanRestService planRestService) JobDockerPipelineConfigResource
(DockerPipelineValidationService dockerPipelineValidationService, BuildDefinitionManager buildDefinitionManager, PlanManager planManager, BambooPermissionManager bambooPermissionManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PlanRestService planRestService) PlanResource
(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter, RestAuthenticationContext restAuthenticationContext) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type PlanRestServiceModifier and TypeMethodDescriptionstatic void
RestHelper.assertNotRssPlan
(@NotNull PlanKey planKey, @NotNull PlanRestService planRestService) Asserts plan is not managed by repository stored specs. -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type PlanRestServiceModifierConstructorDescriptionDeploymentPreviewResource
(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator<Object> jsonator, CachedPlanManager cachedPlanManager) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.model.build
Fields in com.atlassian.bamboo.plugins.rest.model.build declared as PlanRestServiceConstructors in com.atlassian.bamboo.plugins.rest.model.build with parameters of type PlanRestServiceModifierConstructorDescriptionResult
(ImmutableResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, PlanRestService planRestService) ResultDetails
(ResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, BuildLoggerManager buildLoggerManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.model.chain
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type PlanRestServiceModifierConstructorDescriptionRestChainResult
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, @Nullable BuildLoggerManager buildLoggerManager, @Nullable PlanExecutionManager planExecutionManager, @Nullable BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestChainResult
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestChainResultDetails
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestStage
(ImmutableChainStage chainStage, javax.ws.rs.core.UriInfo uriInfo, PlanRestService planRestService) RestStageResult
(ChainStageResult chainStageResult, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, List<ChainStageResult> chainStageResults, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.model.plan
Constructors in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type PlanRestServiceModifierConstructorDescriptionRestPlan
(ImmutablePlan plan, Supplier<Boolean> favourite, javax.ws.rs.core.UriInfo uriInfo, PlanRestService planRestService, @Nullable com.atlassian.user.User currentRestUser) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.model.plan.branch
Constructors in com.atlassian.bamboo.plugins.rest.model.plan.branch with parameters of type PlanRestServiceModifierConstructorDescriptionRestPlanBranch
(ImmutablePlan planBranch, Supplier<Boolean> favourite, javax.ws.rs.core.UriInfo uriInfo, @Nullable RestBranchLatestActive latestActive, PlanRestService planRestService, com.atlassian.user.User currentRestUser) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.model.project
Constructors in com.atlassian.bamboo.plugins.rest.model.project with parameters of type PlanRestServiceModifierConstructorDescriptionRestProject
(Project project, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.user.User user, PlanRestService planRestService) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.plan.stage
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage with parameters of type PlanRestServiceModifierConstructorDescriptionRestStageServiceImpl
(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 PlanRestService in com.atlassian.bamboo.plugins.rest.plan.stage.job
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type PlanRestServiceModifierConstructorDescriptionRestJobServiceImpl
(BuildExecutionManager buildExecutionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, JobConversionFunction jobConversionFunction, JobService jobService, PlanRestService planRestService, RestArtifactService restArtifactService) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.plan.stage.job.requirement
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.requirement with parameters of type PlanRestServiceModifierConstructorDescriptionRequirementResource
(RequirementService requirementService, BambooPermissionManager bambooPermissionManager, FeatureManager featureManager, InputParser inputParser, LinkService linkService, PlanRestService planRestService) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type PlanRestServiceModifierConstructorDescriptionAgentAssignmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, ElasticImageConfigurationManager elasticImageConfigurationManager, EphemeralAgentsService ephemeralAgentsService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedPlanManager cachedPlanManager, PlanRestService planRestService, ProjectManager projectManager, RestAuthenticationContext restAuthenticationContext) CloneResource
(ChainCreationService chainCreationService, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanRestService planRestService) DependencyResource
(BambooUserManager bambooUserManager, PlanRestService planRestService, RestAuthenticationContext restAuthenticationContext) ProjectResource
(com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, ProjectManager projectManager, PlanRestService planRestService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssPermissionManager rssPermissionManager, ProjectConfigurationService projectConfigurationService, SpecsExporter specsExporter, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CredentialsManager credentialsManager, PaginatedDataCollector paginatedDataCollector, VcsRepositoryManager vcsRepositoryManager, LinkService linkService, SharedCredentialConversionFunction sharedCredentialConversionFunction, RestAuthenticationContext restAuthenticationContext) QueueResource
(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager, RestAuthenticationContext restAuthenticationContext) SearchResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, ExtendedAuthorManager authorManager, PlanRestService planRestService, ProjectsRestService projectsRestService, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestAuthenticationContext restAuthenticationContext) -
Uses of PlanRestService in com.atlassian.bamboo.plugins.rest.service
Classes in com.atlassian.bamboo.plugins.rest.service that implement PlanRestServiceConstructors in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanRestServiceModifierConstructorDescriptionResultServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper, RestAuthenticationContext restAuthenticationContext)