Uses of Interface
com.atlassian.bamboo.build.BuildDefinitionManager
-
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement BuildDefinitionManager Modifier and Type Class Description class
DefaultBuildDefinitionManager
class
DefaultBuildDefinitionManagerTx
Transactional class that does the real work forDefaultBuildDefinitionManager
Constructors in com.atlassian.bamboo.build with parameters of type BuildDefinitionManager Constructor Description DefaultBuildDefinitionManager(@NotNull BuildDefinitionManager target, @NotNull PlanScheduler planScheduler, @NotNull BuildDefinitionConverter buildDefinitionConverter)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.configuration.external.rss
Constructors in com.atlassian.bamboo.configuration.external.rss with parameters of type BuildDefinitionManager Constructor Description SpecsConsumerFactoryImpl(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull CachedPlanManager cachedPlanManager, @NotNull ChainResultManager chainResultManager, @NotNull DeploymentImportService deploymentImportService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull PlanConfigImportService planConfigImportService, @NotNull PlanManager planManager, @NotNull PlanPermissionService planPermissionService, @NotNull ProjectImportService projectImportService, @NotNull RepositoryStoredSpecsResultHelper repositoryStoredSpecsResultService, @NotNull AuditLogService auditLogService, @NotNull BuildDefinitionManager buildDefinitionManager, @NotNull BuildDefinitionConverter buildDefinitionConverter, @NotNull FeatureManager featureManager)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan with parameters of type BuildDefinitionManager Modifier and Type Method Description void
AbstractPlan. setBuildDefinitionManager(BuildDefinitionManager buildDefinitionManager)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.plan.branch.cache
Methods in com.atlassian.bamboo.plan.branch.cache with parameters of type BuildDefinitionManager Modifier and Type Method Description static ImmutableChainBranchImpl
ImmutableChainBranchImpl. createImmutableChainBranchBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, Pair<ImmutableChain,EnrichedPlanDto> masterWithMasterDto, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type BuildDefinitionManager Modifier and Type Method Description static ImmutableChainImpl
ImmutableChainImpl. createImmutableChainBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
static ImmutableJobImpl
ImmutableJobImpl. createImmutableJobBasedOnFlatData(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
Constructors in com.atlassian.bamboo.plan.cache with parameters of type BuildDefinitionManager Constructor Description AbstractImmutableChain(EnrichedPlanDto dto, Pair<ImmutableChain,EnrichedPlanDto> masterWithMasterDto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
ImmutablePlanManagerImpl(PlanManager planManager, PlanDtoManager planDtoManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, RequirementManager requirementManager, VersionDao versionDao)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.plan.pullrequest
Constructors in com.atlassian.bamboo.plan.pullrequest with parameters of type BuildDefinitionManager Constructor Description PullRequestWorkflowEventListener(BranchCreationFacade branchCreationFacade, BuildDefinitionConverter buildDefinitionConverter, BuildDefinitionManager buildDefinitionManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, com.atlassian.event.api.EventPublisher eventPublisher, PlanBranchPullRequestService planBranchPullRequestService, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager, ScopedExclusionService scopedExclusionService, TriggerTypeManager triggerTypeManager)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type BuildDefinitionManager Constructor Description 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)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type BuildDefinitionManager Constructor Description ExpirySettingsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, BuildDefinitionManager buildDefinitionManager, CachedPlanManager cachedPlanManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginationService paginationService, PlanManager planManager)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.task
Constructors in com.atlassian.bamboo.task with parameters of type BuildDefinitionManager Constructor Description TaskConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
TaskConfiguratorHelperImpl(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService, com.opensymphony.xwork2.TextProvider textProvider)
TaskContextHelperServiceImpl(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.trigger
Constructors in com.atlassian.bamboo.trigger with parameters of type BuildDefinitionManager Constructor Description TriggerConfigurationServiceImpl(@NotNull BuildDefinitionManager buildDefinitionManager, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull PlanManager planManager, @NotNull AuditLogService auditLogService, @NotNull ScopedExclusionService scopedExclusionService)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.vcs.configuration.service
Constructors in com.atlassian.bamboo.vcs.configuration.service with parameters of type BuildDefinitionManager Constructor Description VcsRepositoryConfigurationServiceImpl(RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, HibernateMutableAclService aclService, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, ScopedExclusionService scopedExclusionService, TriggerConfigurationService triggerConfigurationService, TaskConfigurationService taskConfigurationService, ChainBranchManager chainBranchManager, EnvironmentTaskService environmentTaskService, BuildDefinitionManager buildDefinitionManager, com.atlassian.event.api.EventPublisher eventPublisher, BranchCreationFacade branchCreationFacade, VcsRepositoryManager vcsRepositoryManager, TransactionAndHibernateTemplate hibernateTemplate)
-
Uses of BuildDefinitionManager in com.atlassian.bamboo.ww2
Fields in com.atlassian.bamboo.ww2 declared as BuildDefinitionManager Modifier and Type Field Description protected BuildDefinitionManager
BambooActionSupport. buildDefinitionManager
Methods in com.atlassian.bamboo.ww2 with parameters of type BuildDefinitionManager Modifier and Type Method Description void
BambooActionSupport. setBuildDefinitionManager(BuildDefinitionManager buildDefinitionManager)
-