Uses of Interface
com.atlassian.bamboo.chains.Chain
Packages that use Chain
Package
Description
-
Uses of Chain in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return Chain -
Uses of Chain in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return ChainModifier and TypeMethodDescriptionstatic ChainJobParamMapHelper.getChain(ActionParametersMap params) ChainCreationServiceImpl.getNewInstance()Methods in com.atlassian.bamboo.build.creation with parameters of type ChainModifier and TypeMethodDescriptionstatic voidJobParamMapHelper.setChain(ActionParametersMap actionParametersMap, Chain chain) voidPlanValidationService.validateNewJobForExistingChain(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull Chain existingChain, @NotNull String buildKey, @Nullable String buildName) voidPlanValidationServiceImpl.validateNewJobForExistingChain(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull Chain existingChain, @NotNull String buildKey, @Nullable String buildName) voidPlanValidationService.validateNewStageForChain(com.atlassian.struts.ValidationAware validationAware, Chain chain, String stageName) Validate the the new stage can be added to the given chainvoidPlanValidationServiceImpl.validateNewStageForChain(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull Chain chain, @Nullable String stageName) voidPlanValidationService.validateStageExistsForChain(com.atlassian.struts.ValidationAware validationAware, Chain chain, String stageName) Ensures that the stage currently exists for a chainvoidPlanValidationServiceImpl.validateStageExistsForChain(com.atlassian.struts.ValidationAware validationAware, Chain chain, String stageName) -
Uses of Chain in com.atlassian.bamboo.chains
Classes in com.atlassian.bamboo.chains that implement ChainMethods in com.atlassian.bamboo.chains that return ChainModifier and TypeMethodDescription@NotNull ChainChainStage.getChain()Gets theChainthat the stage belongs to@NotNull ChainChainStageImpl.getChain()Chain.getMaster()@Nullable ChainChainStageImpl.getRoot()Methods in com.atlassian.bamboo.chains with parameters of type ChainConstructors in com.atlassian.bamboo.chains with parameters of type ChainModifierConstructorDescriptionChainStageImpl(@NotNull Chain chain, @NotNull String name, String description, boolean manual) Deprecated.since 5.13 useChainStageImpl(Chain, String, String, boolean, boolean)ChainStageImpl(@NotNull Chain chain, @NotNull String name, String description, boolean manual, boolean finalStage) -
Uses of Chain in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers with type parameters of type ChainModifier and TypeMethodDescriptionPlanImportHelper.findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties, PlanManager planManager, @NotNull Class<T> clazz) PlanImportHelper.findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, PlanManager planManager, @NotNull Class<T> clazz) -
Uses of Chain in com.atlassian.bamboo.migration.stream.build
Classes in com.atlassian.bamboo.migration.stream.build with type parameters of type ChainMethods in com.atlassian.bamboo.migration.stream.build that return ChainConstructors in com.atlassian.bamboo.migration.stream.build with parameters of type ChainModifierConstructorDescriptionprotectedChainResultMapper(org.hibernate.SessionFactory sessionFactory, Chain chain, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper warningSummaryMapper, ResultsSummaryManager resultsSummaryManager, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) protectedChainStageMapper(org.hibernate.SessionFactory sessionFactory, @NotNull Chain chain, PlanDao planDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainStageResultMapper(org.hibernate.SessionFactory sessionFactory, ChainResultsSummary chainResult, BuildResultsSummaryDao buildResultsSummaryDao, BuildResultWarningSummaryMapper warningSummaryMapper, VariableContextBaselineDao variableContextBaselineDao, Chain chain, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of Chain in com.atlassian.bamboo.plan
Subinterfaces of Chain in com.atlassian.bamboo.planModifier and TypeInterfaceDescriptioninterfaceMarker interface that specifies that the implementingPlanis a 'top level' objectClasses in com.atlassian.bamboo.plan that implement ChainFields in com.atlassian.bamboo.plan declared as ChainMethods in com.atlassian.bamboo.plan that return ChainModifier and TypeMethodDescriptionAbstractChain.getMaster()static @NotNull ChainPlanHelper.getMasterPlan(@NotNull Chain plan) Get master plan if plan has master or passed plan otherwise.Methods in com.atlassian.bamboo.plan that return types with arguments of type ChainModifier and TypeMethodDescriptionPlanManager.getAllChainsAndJobsUnrestricted()WARNING this is probably a bad idea from a performance perspective, only do this if you're going to traverse through all theChainStageandJobof allChains returned.PlanManagerImpl.getAllChainsAndJobsUnrestricted()Methods in com.atlassian.bamboo.plan with parameters of type ChainModifier and TypeMethodDescriptionstatic @NotNull ChainPlanHelper.getMasterPlan(@NotNull Chain plan) Get master plan if plan has master or passed plan otherwise. -
Uses of Chain in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact that return ChainMethods in com.atlassian.bamboo.plan.artifact with parameters of type ChainModifier and TypeMethodDescriptionbooleanArtifactSubscriptionManager.isSubscriptionsValid(@NotNull Job consumer, @NotNull Chain chain, @NotNull String stageName) Shorter for of validateSubscriptions methodbooleanArtifactSubscriptionManagerImpl.isSubscriptionsValid(@NotNull Job consumer, @NotNull Chain chain, @NotNull String stageName) -
Uses of Chain in com.atlassian.bamboo.plan.branch
Subinterfaces of Chain in com.atlassian.bamboo.plan.branchClasses in com.atlassian.bamboo.plan.branch that implement ChainMethods in com.atlassian.bamboo.plan.branch that return ChainModifier and TypeMethodDescription@Nullable ChainBambooVcsBranch.getChain()Returns the master chain associated with the VCS branch.@NotNull ChainBambooVcsBranchImpl.getChain()@NotNull ChainChainBranchImpl.getMaster()Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type ChainModifier and TypeMethodDescription@NotNull Collection<Chain>ChainStagePropagatingFacade.getChainAndBranches()Deprecated.Methods in com.atlassian.bamboo.plan.branch with parameters of type ChainModifier and TypeMethodDescriptionstatic @Nullable JobChainBranchUtils.getBranchedJob(@NotNull Job masterJob, @NotNull Chain chain) @NotNull ChainStageChainStagePropagatingFacade.getStageForChain(@NotNull Chain chain) Deprecated.booleanBranchCreationFacade.scheduleBranchListInitialisation(@NotNull Chain chain) Schedules initialisation of existing vcs branch list.booleanBranchCreationFacadeImpl.scheduleBranchListInitialisation(@NotNull Chain chain) booleanBranchDetectionService.scheduleBranchListInitialisation(@NotNull Chain chain) Schedules initialisation of existing vcs branch list.booleanBranchDetectionServiceImpl.scheduleBranchListInitialisation(@NotNull Chain chain) voidvoidConstructors in com.atlassian.bamboo.plan.branch with parameters of type ChainModifierConstructorDescriptionBambooVcsBranchImpl(Chain chain, VcsBranch newBranch) ChainPropagatingFacade(@NotNull ChainBranchManager chainBranchManager, @NotNull Chain masterChain) -
Uses of Chain in com.atlassian.bamboo.plan.rss
Methods in com.atlassian.bamboo.plan.rss that return ChainModifier and TypeMethodDescription@NotNull ChainPlanVcsBambooSpecsSource.getPlan()@NotNull ChainPlanVcsBambooSpecsSourceImpl.getPlan()Constructors in com.atlassian.bamboo.plan.rss with parameters of type ChainModifierConstructorDescriptionPlanVcsBambooSpecsSourceImpl(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSource) -
Uses of Chain in com.atlassian.bamboo.plugins.maven.dependencies
Methods in com.atlassian.bamboo.plugins.maven.dependencies that return types with arguments of type ChainModifier and TypeMethodDescriptionViewMaven2ChainSummary.getArtifactConsumers(@NotNull Maven2ArtifactProperties artifactProperties) ViewMaven2ChainSummary.getArtifactProducers(@NotNull Maven2ArtifactProperties artifactProperties) -
Uses of Chain in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs with parameters of type ChainModifier and TypeMethodDescriptionvoidBambooSpecsManager.updateBambooSpecsSourceForPlan(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSourceId) UpdateVcsBambooSpecsSourcefor a plan.voidBambooSpecsManagerImpl.updateBambooSpecsSourceForPlan(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSource) voidBambooSpecsSourceDao.updateBambooSpecsSourceForPlan(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSourceId) voidBambooSpecsSourceDaoImpl.updateBambooSpecsSourceForPlan(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSource) -
Uses of Chain in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger with parameters of type ChainModifier and TypeMethodDescriptiondefault voidTriggerConfigurationService.addTriggeringRepository(@NotNull Chain chain, long repositoryId) Deprecated.since 9.4 usevoidTriggerConfigurationService.addTriggeringRepository(@NotNull Chain chain, long repositoryId, boolean reactivateTriggers) Updates all repository aware triggers of Chain by adding a new repository.voidTriggerConfigurationServiceImpl.addTriggeringRepository(@NotNull Chain chain, long repositoryId, boolean reactivateTriggers) voidTriggerConfigurationService.removeRepositoryIdsFromTriggers(@NotNull Chain chain, @NotNull Set<Long> removedRepositoriesIds) Removes listed repository ids from chain's triggersvoidTriggerConfigurationServiceImpl.removeRepositoryIdsFromTriggers(@NotNull Chain chain, Set<Long> removedRepositoriesIds) voidTriggerConfigurationService.updateRepositoryIdsInTriggers(@NotNull Chain chain, Map<Long, Long> repositoryIdsChanges) Updates Chain configurations affected by repository edition.voidTriggerConfigurationService.updateRepositoryIdsInTriggers(@NotNull Chain chain, Map<Long, Long> repositoryIdsChanges, boolean reactivateTriggers) Updates Chain configurations affected by repository edition.voidTriggerConfigurationServiceImpl.updateRepositoryIdsInTriggers(@NotNull Chain chain, Map<Long, Long> repositoryIdsChanges) voidTriggerConfigurationServiceImpl.updateRepositoryIdsInTriggers(@NotNull Chain chain, Map<Long, Long> repositoryIdsChanges, boolean reactivateTriggers) -
Uses of Chain in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable with parameters of type ChainModifier and TypeMethodDescriptionvoidVariableConfigurationService.setPlanVariables(@NotNull Chain plan, @NotNull List<com.atlassian.bamboo.specs.api.model.VariableProperties> variables) Creates complete plan variables list.voidVariableConfigurationServiceImpl.setPlanVariables(@NotNull Chain plan, @NotNull List<com.atlassian.bamboo.specs.api.model.VariableProperties> variables) -
Uses of Chain in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return Chain -
Uses of Chain in com.atlassian.bamboo.ww2.actions.agent
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type ChainModifierConstructorDescriptionAgentAssignmentExecutableDetails(@NotNull Chain chain, @Nullable Project project) -
Uses of Chain in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type Chain