Uses of Interface
com.atlassian.bamboo.plan.Plan
Packages that use Plan
Package
Description
-
Uses of Plan in com.atlassian.bamboo.build
Subinterfaces of Plan in com.atlassian.bamboo.buildClasses in com.atlassian.bamboo.build that implement PlanMethods in com.atlassian.bamboo.build that return PlanModifier and TypeMethodDescription@Nullable PlanPlanDependency.getChildPlan()@Nullable PlanPlanDependencyImpl.getChildPlan()@Nullable PlanPlanDependency.getParentPlan()@Nullable PlanPlanDependencyImpl.getParentPlan()BuildDefinitionForBuild.getPlan()DefaultBuildDefinitionForBuild.getPlan()Methods in com.atlassian.bamboo.build with parameters of type PlanModifier and TypeMethodDescriptionvoidPlanDependencyManager.adjustChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) Update the existing children dependencies of the given plan and dependency Type to match the provided list of new children.voidPlanDependencyManagerImpl.adjustChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) voidPlanDependencyManager.adjustParentDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newParentPlanKeys, boolean overwriteExisting) Update the existing parent dependencies of the given plan and dependency Type to match the provided list of new parents.voidPlanDependencyManagerImpl.adjustParentDependencyList(@NotNull String dependencyKey, @NotNull Plan childPlan, @NotNull Set<PlanKey> newParentPlanKeys, boolean overwriteExisting) @NotNull BuildDefinitionBuildDefinitionManager.getBuildDefinition(@NotNull Plan plan) @NotNull BuildDefinitionDefaultBuildDefinitionManager.getBuildDefinition(@NotNull Plan plan) @NotNull BuildDefinitionDefaultBuildDefinitionManagerTx.getBuildDefinition(@NotNull Plan plan) BuildDefinitionManager.getUnmergedBuildDefinition(@NotNull Plan plan) Returns a stateful version the build definition for thePlan.DefaultBuildDefinitionManager.getUnmergedBuildDefinition(@NotNull Plan plan) DefaultBuildDefinitionManagerTx.getUnmergedBuildDefinition(@NotNull Plan plan) voidBuildDefinitionManager.savePlanAndDefinition(Plan plan) Deprecated.voidBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition buildDefinition) Convert and save the build definition.voidBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition buildDefinition, boolean withQuartzJobsRestart) Convert and save the build definition.voidBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration) Saves thePlanand theBuildConfigurationvoidDefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan) voidDefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition) voidDefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition, boolean withQuartzJobsRestart) voidDefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration newBuildConfiguration) voidDefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan) voidDefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition) voidDefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition, boolean withQuartzJobsRestart) voidDefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan, BuildConfiguration newBuildConfiguration) voidPlanDependencyImpl.setChildPlan(Plan childPlan) voidvoidPlanDependencyImpl.setParentPlan(Plan parentPlan) voidvoid@NotNull ErrorCollectionPlanDependencyManager.validateChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) Validate child dependency list@NotNull ErrorCollectionPlanDependencyManagerImpl.validateChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) Constructors in com.atlassian.bamboo.build with parameters of type PlanModifierConstructorDescriptionPlanDependencyImpl(Plan parentPlan, Plan childPlan) PlanDependencyImpl(String dependencyType, Plan parentPlan, Plan childPlan) -
Uses of Plan in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type PlanModifier and TypeMethodDescriptionArtifactHandlerForPlanConfigurator.getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) -
Uses of Plan in com.atlassian.bamboo.build.configuration
Methods in com.atlassian.bamboo.build.configuration with parameters of type PlanModifier and TypeMethodDescriptionprotected voidConcurrentBuildsPlanConfigurationPlugin.populateContextForView(@NotNull Map<String, Object> context, @NotNull Plan plan) -
Uses of Plan in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return PlanModifier and TypeMethodDescriptionPlanCreationService.getNewInstance()@Nullable PlanPlanCreationBean.getPlanBeingCreated()Methods in com.atlassian.bamboo.build.creation with parameters of type PlanModifier and TypeMethodDescriptionvoidChainBranchCreationService.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) voidChainBranchCreationServiceImpl.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) voidChainCreationService.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) voidChainCreationServiceImpl.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) voidJobCreationServiceImpl.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) protected abstract voidPlanCreationTemplate.cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) Clean build configuration for saving.protected voidPlanCreationTemplate.clonePlanPermissionsToSession(Plan buildToClone, PlanCreationBean planCreationBean, String planOwner) protected voidChainBranchCreationServiceImpl.performPostCreateAction(@NotNull Plan plan) protected voidChainCreationServiceImpl.performPostCreateAction(@NotNull Plan plan) protected voidJobCreationServiceImpl.performPostCreateAction(@NotNull Plan plan) protected abstract voidPlanCreationTemplate.performPostCreateAction(@NotNull Plan plan) Perform plan specific actions that need to be run immediately after plan creation.protected voidChainBranchCreationServiceImpl.prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) protected voidChainCreationServiceImpl.prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) protected voidJobCreationServiceImpl.prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) protected abstract voidPlanCreationTemplate.prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean) Prepare build configuration for saving.protected voidPlanCreationTemplate.saveAndUpdateParents(@NotNull Plan plan) Deprecated.since 6.9.protected voidChainBranchCreationServiceImpl.setFullPlanKey(@NotNull Plan plan) protected voidChainCreationServiceImpl.setFullPlanKey(@NotNull Plan plan) voidJobCreationServiceImpl.setFullPlanKey(@NotNull Plan plan) protected abstract voidPlanCreationTemplate.setFullPlanKey(@NotNull Plan plan) Set the full key for this planvoidPlanCreationBean.setPlanBeingCreated(Plan planBeingCreated) Method parameters in com.atlassian.bamboo.build.creation with type arguments of type PlanModifier and TypeMethodDescriptionprotected StringPlanCreationTemplate.createPlan(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled, @NotNull BiConsumer<Plan, ActionParametersMap> preparePlanDetails) Creates and saves a plan -
Uses of Plan in com.atlassian.bamboo.build.expiry.plugin
Methods in com.atlassian.bamboo.build.expiry.plugin with parameters of type PlanModifier and TypeMethodDescriptionprotected voidBuildExpiryPerPlanPlugin.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) protected voidBuildExpiryPerPlanPlugin.populateContextForView(@NotNull Map<String, Object> context, @NotNull Plan plan) -
Uses of Plan in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type PlanModifier and TypeMethodDescriptionprotected voidHungBuildPlanConfigurationPlugin.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) protected voidBuildMonitoringPerPlanPlugin.populateContextForView(@NotNull Map<String, Object> context, @NotNull Plan plan) protected voidHungBuildPlanConfigurationPlugin.populateContextForView(@NotNull Map<String, Object> context, @NotNull Plan plan) -
Uses of Plan in com.atlassian.bamboo.buildtrigger
Methods in com.atlassian.bamboo.buildtrigger with parameters of type PlanModifier and TypeMethodDescriptionprotected voidPlansGreenCondition.populateContextForView(@NotNull Map<String, Object> context, @NotNull Plan plan) -
Uses of Plan in com.atlassian.bamboo.chains
Subinterfaces of Plan in com.atlassian.bamboo.chainsClasses in com.atlassian.bamboo.chains that implement PlanMethods in com.atlassian.bamboo.chains that return types with arguments of type PlanModifier and TypeMethodDescriptionprotected @NotNull Optional<VersioningSupplement<Plan>> ChainStageHibernateDao.getRootVersioningSupplement()Methods in com.atlassian.bamboo.chains with parameters of type Plan -
Uses of Plan in com.atlassian.bamboo.clover.builder.coverage
Methods in com.atlassian.bamboo.clover.builder.coverage with parameters of type PlanModifier and TypeMethodDescriptionprotected voidCloverBuildProcessor.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) protected voidCloverBuildProcessor.populateContextForView(@NotNull Map<String, Object> context, @NotNull Plan build) -
Uses of Plan in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers with parameters of type PlanModifier and TypeMethodDescriptionstatic voidBuildConfigurationPluginsExportHelper.addDefaultValues(@NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull Plan plan, @NotNull BuildConfiguration hierarchicalConfiguration) -
Uses of Plan in com.atlassian.bamboo.deletion
Methods in com.atlassian.bamboo.deletion with parameters of type PlanModifier and TypeMethodDescriptionvoidDeletionService.deletePlan(@NotNull Plan plan) Deprecated.since 6.2 useDeletionService.deletePlan(ImmutablePlan)insteadvoidDeletionServiceImpl.deletePlan(@NotNull Plan plan) Method parameters in com.atlassian.bamboo.deletion with type arguments of type PlanModifier and TypeMethodDescriptionvoidPlanDeletionInterceptorAction.intercept(@NotNull ImmutablePlan plan, @NotNull Supplier<Plan> mutablePlan) Runs before thePlanand itsResultsSummarys have been deleted Try relying on theImmutablePlanargument. -
Uses of Plan in com.atlassian.bamboo.fieldvalue
Methods in com.atlassian.bamboo.fieldvalue with parameters of type PlanModifier and TypeMethodDescription@NotNull BuildDefinitionBuildDefinitionConverter.fillBuildDefinition(@NotNull BuildDefinition buildDefinition, @NotNull Plan plan, boolean isMerged) @NotNull BuildDefinitionBuildDefinitionConverterImpl.fillBuildDefinition(@NotNull BuildDefinition buildDefinition, @NotNull Plan plan, boolean isMerged) -
Uses of Plan in com.atlassian.bamboo.labels
Fields in com.atlassian.bamboo.labels with type parameters of type PlanModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<LabellingImpl, Plan> LabellingImpl_.planMethods in com.atlassian.bamboo.labels that return PlanModifier and TypeMethodDescription@Nullable PlanLabelling.getPlan()LabellingImpl.getPlan()@Nullable PlanLabellingImpl.getRoot()Methods in com.atlassian.bamboo.labels with parameters of type PlanModifier and TypeMethodDescriptionintLabelManager.addFavourite(Plan plan, com.atlassian.user.User user) Adds a build to a user as favourite.intLabelManagerImpl.addFavourite(Plan plan, com.atlassian.user.User user) protected intLabelManagerImpl.addLabel(@NotNull String labelName, String namespace, @Nullable Project project, @Nullable Plan plan, @Nullable ResultsSummary resultsSummary, String userName) @NotNull List<LabelCount> LabelDao.findLabels(String namespace, int maxResults, Plan plan) @NotNull List<LabelCount> LabelHibernateDao.findLabels(String namespace, int maxResults, Plan plan) @NotNull List<LabelCount> LabelManager.findLabels(@NotNull String namespace, int maxResults, @Nullable Plan plan, @Nullable Project project) Finds all labels in a given build, with namespace and maxResults.@NotNull List<LabelCount> LabelManagerImpl.findLabels(@NotNull String namespace, int maxResults, @Nullable Plan plan, @Nullable Project project) booleanLabelManager.hasPlanLabel(Plan plan, String label) Checks whether the Plan has a particular labelbooleanLabelManagerImpl.hasPlanLabel(@NotNull Plan plan, @NotNull String label) booleanLabelManager.isManuallyUnmarkedFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user) Flag which determines if the user has manually unmarked this build as favourite.booleanLabelManagerImpl.isManuallyUnmarkedFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user) intLabelManager.removeFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user) Removes a build from a user's favourite.intLabelManagerImpl.removeFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user) voidvoid -
Uses of Plan in com.atlassian.bamboo.migration.stream
Classes in com.atlassian.bamboo.migration.stream with type parameters of type PlanFields in com.atlassian.bamboo.migration.stream declared as PlanConstructors in com.atlassian.bamboo.migration.stream with parameters of type PlanModifierConstructorDescriptionAbstractResultSummaryMapper(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper buildResultWarningSummaryMapper, Plan buildable, Project project, Map<Long, Label> labelMap, org.springframework.transaction.support.TransactionOperations transactionOperations) BuildResultSummaryMapper(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper buildResultWarningSummaryMapper, Plan plan, Project project, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) LabellingMapper(org.hibernate.SessionFactory sessionFactory, @Nullable ResultsSummary buildResultSummary, @Nullable Plan plan, @Nullable Project project, @NotNull Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of Plan in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification that return PlanModifier and TypeMethodDescriptionUsersNotification.getPlan()The plan the notification rule applies toUsersNotificationImpl.getPlan()Constructors in com.atlassian.bamboo.notification with parameters of type PlanModifierConstructorDescriptionUsersNotificationImpl(Plan plan, NotificationRule notificationRule) -
Uses of Plan in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan with type parameters of type PlanModifier and TypeClassDescriptionclassPlanHibernateDao<T extends Plan>ATTENTION: All methods that create, modify or remove entities, must increment the appropriate version number.Subinterfaces of Plan in com.atlassian.bamboo.planModifier and TypeInterfaceDescriptioninterfaceMarker interface that specifies that the implementingPlanis a 'top level' objectClasses in com.atlassian.bamboo.plan that implement PlanModifier and TypeClassDescriptionclassclassThis plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism.Methods in com.atlassian.bamboo.plan with type parameters of type PlanModifier and TypeMethodDescription<E extends Plan>
long<E extends Plan>
longPlanHibernateDao.countWithRestriction(@NotNull Class<E> aClass, @NotNull BiFunction<jakarta.persistence.criteria.CriteriaBuilder, jakarta.persistence.criteria.Root<? extends Plan>, jakarta.persistence.criteria.Predicate> predicateSupplier) PlanDao.findAllPlans(Class<T> planType) Return aPlancollection for specified plan type.PlanDao.findAllPlans(Class<T> planType, int firstResult, int maxResults) Return aPlancollection for specified plan type.PlanHibernateDao.findAllPlans(Class<P> planType) PlanHibernateDao.findAllPlans(Class<P> planType, int firstResult, int maxResults) PlanDao.findAllPlansByProject(@NotNull Project project, Class<T> planType) PlanHibernateDao.findAllPlansByProject(@NotNull Project project, Class<P> planType) <P extends Plan>
PPlanDao.findPlansByProject(@NotNull Project project, Class<T> planType) PlanHibernateDao.findPlansByProject(@NotNull Project project, Class<P> planType) PlanDao.getAllPlanKeys(Class<T> planType) Returns all plan keys of a particular type, including the plans marked for deletion.PlanHibernateDao.getAllPlanKeys(Class<P> planType) PlanManager.getAllPlans(Class<T> planType) PlanManager.getAllPlans(Class<T> planType, int firstResult, int maxResults) PlanManagerImpl.getAllPlans(Class<T> planType) PlanManagerImpl.getAllPlans(Class<T> planType, int firstResult, int maxResults) PlanManager.getAllPlansByProject(Project project, Class<T> planType) PlanManagerImpl.getAllPlansByProject(Project project, Class<T> planType) <T extends Plan>
@NotNull Collection<T> PlanDao.getAllPlansMarkedForDeletion(Class<T> planType) Returns a list ofPlans that areImmutableDeletable.isMarkedForDeletion()for the given type<P extends Plan>
@NotNull Collection<P> PlanHibernateDao.getAllPlansMarkedForDeletion(Class<P> planType) <T extends Plan>
longPlanDao.getAllPlansMarkedForDeletionCount(Class<T> planType) Returns a count ofPlans that areImmutableDeletable.isMarkedForDeletion()for the given type<P extends Plan>
longPlanHibernateDao.getAllPlansMarkedForDeletionCount(Class<P> planType) <T extends Plan>
longPlanManager.getAllPlansMarkedForDeletionCount(Class<T> planType) Returns a count ofPlans that areImmutableDeletable.isMarkedForDeletion()for the given type<T extends Plan>
longPlanManagerImpl.getAllPlansMarkedForDeletionCount(Class<T> planType) <T extends Plan>
TPlanManager.getPlanById(long id, Class<T> planType) <T extends Plan>
TPlanManagerImpl.getPlanById(long id, Class<T> planType) <T extends Plan>
TPlanDao.getPlanByKey(@NotNull PlanKey planKey, Class<T> aClass) Return aPlanthat matches the given key<T extends Plan>
TPlanDao.getPlanByKey(@NotNull String planKey, Class<T> aClass) Return aPlanthat matches the given key<P extends Plan>
PPlanHibernateDao.getPlanByKey(@NotNull PlanKey planKey, Class<P> aClass) <P extends Plan>
PPlanHibernateDao.getPlanByKey(@NotNull String planKey, Class<P> aClass) <T extends Plan>
TPlanManager.getPlanByKey(@NotNull PlanKey planKey, Class<T> planType) <T extends Plan>
TPlanManager.getPlanByKey(@NotNull String planKey, Class<T> planType) Deprecated.since 4.2<T extends Plan>
TPlanManagerImpl.getPlanByKey(@NotNull PlanKey planKey, Class<T> planType) <T extends Plan>
TPlanManagerImpl.getPlanByKey(@NotNull String planKey, Class<T> planType) <T extends Plan>
TPlanManager.getPlanByKeyIfOfType(@NotNull PlanKey planKey, @NotNull Class<T> planType) <T extends Plan>
TPlanManagerImpl.getPlanByKeyIfOfType(@NotNull PlanKey planKey, @NotNull Class<T> planType) <T extends Plan>
TPlanManager.getPlanByOid(BambooEntityOid oid, Class<T> planType) <T extends Plan>
TPlanManagerImpl.getPlanByOid(BambooEntityOid oid, Class<T> planType) <T extends Plan>
TPlanDao.getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType) <P extends Plan>
PPlanHibernateDao.getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<P> planType) <T extends Plan>
TPlanManager.getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType) Deprecated.since 4.2<T extends Plan>
TPlanManagerImpl.getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType) <T extends Plan>
intPlanDao.getPlanCount(Class<T> planType) How many plans filtered byClasscurrently exist<P extends Plan>
intPlanHibernateDao.getPlanCount(Class<P> planType) <T extends Plan>
intPlanManager.getPlanCount(Class<T> planType) How many plans filtered byClasscurrently exist<T extends Plan>
intPlanManagerImpl.getPlanCount(Class<T> planType) <T extends Plan>
@NotNull List<PlanIdentifier> PlanDao.getPlanIdentifiersForProject(@NotNull ProjectIdentifier projectIdentifier, @NotNull Class<T> planType, boolean includeMarkedForDeletion) Returns minimal data about all plans in the given project<P extends Plan>
@NotNull List<PlanIdentifier> PlanHibernateDao.getPlanIdentifiersForProject(@NotNull ProjectIdentifier project, @NotNull Class<P> planType, boolean includeMarkedForDeletion) <T extends Plan>
@NotNull List<PlanIdentifier> PlanManager.getPlanIdentifiersForProject(@NotNull ProjectIdentifier project, @NotNull Class<T> planType, boolean includeMarkedForDeletion) Retrieve a list of plans for a given project.<T extends Plan>
@NotNull List<PlanIdentifier> PlanManagerImpl.getPlanIdentifiersForProject(@NotNull ProjectIdentifier project, @NotNull Class<T> planType, boolean includeMarkedForDeletion) PlanDao.getPlanKeys(Class<T> planType) Returns all plan keys of a particular type, NOT including the plans marked for deletion.PlanHibernateDao.getPlanKeys(Class<P> planType) PlanDao.getPlanKeysPlanIdsMapping(@NotNull Class<T> aClass) PlanHibernateDao.getPlanKeysPlanIdsMapping(@NotNull Class<P> aClass) PlanManager.getPlansByProject(Project project, Class<T> planType) PlanManagerImpl.getPlansByProject(Project project, Class<T> planType) <T extends Plan>
@NotNull Map<Project, Collection<T>> PlanManager.getProjectPlanMap(Class<T> planType, boolean includeEmptyProjects) <T extends Plan>
@NotNull Map<Project, Collection<T>> PlanManagerImpl.getProjectPlanMap(Class<T> planType, boolean includeEmptyProjects) static <T extends Plan>
TPlanTestHelper.mockPlan(@NotNull PlanDao planDao, @NotNull PlanKey planKey, long id, Class<T> planClass) static <T extends Plan>
Tstatic <T extends Plan>
TPlanTestHelper.mockPlan(@NotNull PlanManager planManager, @NotNull PlanKey planKey, long id, Class<T> planClass) static <T extends Plan>
TPlanTestHelper.mockPlan(@NotNull PlanManager planManager, @NotNull PlanKey planKey, Class<T> planClass) static <T extends Plan>
TMethods in com.atlassian.bamboo.plan that return PlanModifier and TypeMethodDescription@Nullable PlanPlanAwareContext.getPlan()PlanAwareContextImpl.getPlan()@Nullable PlanPlanManager.getPlanById(long id) Returns aPlanby its id@Nullable PlanPlanManagerImpl.getPlanById(long id) @Nullable PlanPlanManager.getPlanByKey(@NotNull PlanKey planKey) @Nullable PlanPlanManager.getPlanByKey(@NotNull String planKey) Deprecated.since 4.2PlanManagerImpl.getPlanByKey(@NotNull PlanKey planKey) @Nullable PlanPlanManagerImpl.getPlanByKey(@NotNull String planKey) Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanModifier and TypeMethodDescriptionPlanDao.getPlanClass(@NotNull PlanKey planKey) PlanHibernateDao.getPlanClass(@NotNull PlanKey planKey) PlanManager.getPlanClass(@NotNull PlanKey planKey) PlanManagerImpl.getPlanClass(@NotNull PlanKey planKey) Methods in com.atlassian.bamboo.plan with parameters of type PlanModifier and TypeMethodDescriptionintPlanFavouriteService.addFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user, boolean honourManuallyUnmarked) Mark plan as a favourite for a user.intPlanFavouriteServiceImpl.addFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user, boolean honourManuallyUnmarked) intvoidPlanManager.createPlan(Plan plan) Same as savePlan, but create permissions used instead of edit permissions.voidPlanManagerImpl.createPlan(@NotNull Plan plan) voidvoidPlanManager.deletePlan(@NotNull Plan plan) Removes the plan object from the database.voidPlanManagerImpl.deletePlan(@NotNull Plan plan) intPlanFavouriteService.removeFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user) Remove plan from the user's favourite list and mark it "manually marked not favourite"intPlanFavouriteServiceImpl.removeFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user) voidvoidSaves thePlanvoidvoidPlanManager.savePlanWithSchedulesStopped(@NotNull Plan plan) Saves thePlanwhile polling jobs are stopped.voidPlanManagerImpl.savePlanWithSchedulesStopped(@NotNull Plan plan) voidSet which plan is the master of this plan.intPlanFavouriteService.toggleFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user) Toggle the plan's favourite status for a user.intPlanFavouriteServiceImpl.toggleFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user) Method parameters in com.atlassian.bamboo.plan with type arguments of type PlanModifier and TypeMethodDescription<E extends Plan>
longPlanHibernateDao.countWithRestriction(@NotNull Class<E> aClass, @NotNull BiFunction<jakarta.persistence.criteria.CriteriaBuilder, jakarta.persistence.criteria.Root<? extends Plan>, jakarta.persistence.criteria.Predicate> predicateSupplier) -
Uses of Plan in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact that return types with arguments of type PlanModifier and TypeMethodDescriptionprotected @NotNull Optional<VersioningSupplement<Plan>> ArtifactDefinitionHibernateDao.getRootVersioningSupplement() -
Uses of Plan in com.atlassian.bamboo.plan.branch
Subinterfaces of Plan in com.atlassian.bamboo.plan.branchClasses in com.atlassian.bamboo.plan.branch that implement PlanMethods in com.atlassian.bamboo.plan.branch with parameters of type PlanModifier and TypeMethodDescriptionbooleanChainBranchManager.hasBranches(@NotNull Plan plan) Returns whether or not the given plan has any branchesbooleanChainBranchManagerImpl.hasBranches(@NotNull Plan plan) voidvoid -
Uses of Plan in com.atlassian.bamboo.plan.matcher
Classes in com.atlassian.bamboo.plan.matcher with type parameters of type PlanMethods in com.atlassian.bamboo.plan.matcher with type parameters of type PlanModifier and TypeMethodDescriptionstatic <T extends Plan>
org.hamcrest.Matcher<T> IsPlanKeyEq.hasEqualPlanKey(T reference) Constructors in com.atlassian.bamboo.plan.matcher with parameters of type Plan -
Uses of Plan in com.atlassian.bamboo.plugin.web
Methods in com.atlassian.bamboo.plugin.web with parameters of type PlanModifier and TypeMethodDescription<T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T> PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass) <T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T> PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) <T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T> PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass) Find all installed plugins of a given class.<T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T> PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) Find all installed plugins of a given class and module descriptor.<T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationPluginUIHelperImpl.getEditHtml(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass) <T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationUIPluginHelper.getEditHtml(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass) Generate html page from all plugin edit fragments.<T extends BuildConfigurationAwarePlugin>
@NotNull List<String> PlanConfigurationPluginUIHelperImpl.getEditHtmlList(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) <T extends BuildConfigurationAwarePlugin>
@NotNull List<String> PlanConfigurationUIPluginHelper.getEditHtmlList(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) Generate list of html edit fragments for all plugins.<T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationPluginUIHelperImpl.getViewHtml(@NotNull Plan plan, @NotNull Class<T> pluginClass) <T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationUIPluginHelper.getViewHtml(@NotNull Plan plan, @NotNull Class<T> pluginClass) Generate html page from all plugin view fragments.<T extends BuildConfigurationAwarePlugin>
@NotNull List<String> PlanConfigurationPluginUIHelperImpl.getViewHtmlList(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) <T extends BuildConfigurationAwarePlugin>
@NotNull List<String> PlanConfigurationUIPluginHelper.getViewHtmlList(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) Generate list of html view fragments for all plugins. -
Uses of Plan in com.atlassian.bamboo.plugins.maven.dependencies
Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type PlanModifier and TypeMethodDescriptionprotected voidAutomaticDependencyManagementPlugin.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) protected voidAutomaticDependencyManagementPlugin.populateContextForView(@NotNull Map<String, Object> context, @NotNull Plan plan) Method parameters in com.atlassian.bamboo.plugins.maven.dependencies with type arguments of type PlanModifier and TypeMethodDescriptionvoidAutomaticDependencyManagementDeletionInterceptorAction.intercept(@NotNull ImmutablePlan plan, @NotNull Supplier<Plan> mutablePlan) -
Uses of Plan in com.atlassian.bamboo.repository
Fields in com.atlassian.bamboo.repository with type parameters of type PlanModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl, Plan> PlanRepositoryLinkImpl_.planMethods in com.atlassian.bamboo.repository that return PlanModifier and TypeMethodDescription@NotNull PlanPlanRepositoryLink.getPlan()@NotNull PlanPlanRepositoryLinkImpl.getPlan()@Nullable PlanPlanRepositoryLinkImpl.getRoot()Methods in com.atlassian.bamboo.repository that return types with arguments of type PlanModifier and TypeMethodDescriptionprotected @NotNull Optional<VersioningSupplement<Plan>> PlanRepositoryLinkHibernateDao.getRootVersioningSupplement()Methods in com.atlassian.bamboo.repository with parameters of type PlanModifier and TypeMethodDescription@Nullable StringAdvancedConfigurationAwareRepository.getAdvancedEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @Nullable StringAdvancedConfigurationAwareRepository.getAdvancedViewHtml(@NotNull Plan plan) @NotNull Collection<RepositoryDataEntity> RepositoryDefinitionDao.getPrivateRepositoryDefinitionsByPlan(Plan plan) @NotNull Collection<RepositoryDataEntity> RepositoryDefinitionHibernateDao.getPrivateRepositoryDefinitionsByPlan(Plan plan) voidRepositoryDefinitionManager.removeRepositoriesForPlan(Plan plan) Remove all repositories fromPlanthat are not global repositories.voidRepositoryDefinitionManagerImpl.removeRepositoriesForPlan(Plan plan) voidvoidConstructors in com.atlassian.bamboo.repository with parameters of type PlanModifierConstructorDescriptionPlanRepositoryLinkImpl(Plan plan, RepositoryDataEntity repositoryDataEntity, int position) -
Uses of Plan in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanModifier and TypeMethodDescription<T extends ResultsSummary>
List<T> BuildResultsSummaryDao.getAllResultSummariesForPlan(@NotNull Plan plan) Get all theResultsSummarys for the givenPlanBuildResultsSummaryHibernateDao.getAllResultSummariesForPlan(@NotNull Plan plan) @NotNull List<ResultsSummary> BuildResultsSummaryDao.getNeighbouringSummaries(Plan plan, int currentBuildNumber) Returns build results "around" given build number@NotNull List<ResultsSummary> BuildResultsSummaryHibernateDao.getNeighbouringSummaries(Plan plan, int currentBuildNumber) @NotNull List<ResultsSummary> BuildResultsSummaryManagerImpl.getNeighbouringSummaries(Plan plan, int buildNumber) @NotNull List<ResultsSummary> ResultsSummaryManager.getNeighbouringSummaries(Plan plan, int buildNumber) Returns all theResultsSummaryobjects that matches the passed build numberslongBuildResultsSummaryDao.getNumberOfFinishedResults(Plan build) Returns the number of finished results available for the givenPlanlongBuildResultsSummaryHibernateDao.getNumberOfFinishedResults(Plan plan) longBuildResultsSummaryManagerImpl.getNumberOfFinishedResults(@NotNull Plan plan) longResultsSummaryManager.getNumberOfFinishedResults(@NotNull Plan plan) <T extends ResultsSummary>
@NotNull List<T> BuildResultsSummaryDao.getResultSummariesForPlanByLifeCycleState(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) Get theResultsSummarys for the givenPlanin giveLifeCycleStatethat are Results are sorted by build number (descending).@NotNull List<ResultsSummary> BuildResultsSummaryHibernateDao.getResultSummariesForPlanByLifeCycleState(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T> BuildResultsSummaryManagerImpl.getResultSummariesForPlanByLifeCycleState(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T> ResultsSummaryManager.getResultSummariesForPlanByLifeCycleState(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) Get theResultsSummarys for the givenPlanin giveLifeCycleStatethat are Results are sorted by build number (descending).voidBuildResultsSummaryManagerImpl.moveResultSummaries(@NotNull Plan newParentPlan, @NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) voidResultsSummaryManager.moveResultSummaries(@NotNull Plan newParentPlan, @NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) Reassigns plan key ResultsSummaries associated with selected plan key.intBuildResultsSummaryManagerImpl.removeResultsSummariesForPlan(@NotNull Plan plan) intBuildResultsSummaryManagerImpl.removeResultsSummariesForPlan(@NotNull Plan plan, @NotNull List<PlanKey> affectedJobKeys) intResultsSummaryManager.removeResultsSummariesForPlan(@NotNull Plan plan) Remove all resultSummary objects for the given plan.intResultsSummaryManager.removeResultsSummariesForPlan(@NotNull Plan plan, @NotNull List<PlanKey> affectedJobKeys) Remove all resultSummary objects for the given plan. -
Uses of Plan in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests that return PlanModifier and TypeMethodDescriptionTestClass.getPlan()Get the plan that this test class belongs to.TestClassIdentifier.getPlan()TestClassImpl.getPlan()Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanModifier and TypeMethodDescription@NotNull TestClassTestClass.copyTestClass(@NotNull Plan plan) Creates a copy of theTestClass.@NotNull TestClassTestClassImpl.copyTestClass(@NotNull Plan plan) TestsDao.getTestClassesMapForPlan(Plan plan, long masterJobId, int cutoffBuildNumber) Retrieve all test classes attached to a specific plan in a build later or equal to cutoffBuildNumber.TestsHibernateDao.getTestClassesMapForPlan(Plan plan, long masterJobId, int cutoffBuildNumber) protected voidConstructors in com.atlassian.bamboo.resultsummary.tests with parameters of type Plan -
Uses of Plan in com.atlassian.bamboo.schedule
Methods in com.atlassian.bamboo.schedule that return PlanMethods in com.atlassian.bamboo.schedule with parameters of type PlanConstructors in com.atlassian.bamboo.schedule with parameters of type Plan -
Uses of Plan in com.atlassian.bamboo.security.acegi.acls
Method parameters in com.atlassian.bamboo.security.acegi.acls with type arguments of type PlanModifier and TypeMethodDescription@NotNull org.acegisecurity.acls.MutableAclBambooAclUpdateHelper.createNewDefaultAcl(@Nullable com.atlassian.user.User user, Class<? extends Plan> planType, boolean accessForAllUsers) Creates a default Acl for a specific plan types which has: - All permissions for the creator (user argument) of the plan - READ permission for all logged in users - READ permission for all anonymous users -
Uses of Plan in com.atlassian.bamboo.session
Methods in com.atlassian.bamboo.session that return PlanMethods in com.atlassian.bamboo.session with parameters of type Plan -
Uses of Plan in com.atlassian.bamboo.upgrade
Constructors in com.atlassian.bamboo.upgrade with parameters of type PlanModifierConstructorDescriptionBuildDefinitionUpgrader(@NotNull PlanManager planManager, @NotNull Plan plan) -
Uses of Plan in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build with parameters of type PlanModifier and TypeMethodDescription@Nullable StringBaseBuildConfigurationAwarePlugin.getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @Nullable StringRenderableBuildConfiguration.getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) Returns HTML that represents the form fragment for editing the repository.@Nullable StringBaseBuildConfigurationAwarePlugin.getViewHtml(@NotNull Plan plan) @Nullable StringRenderableBuildConfiguration.getViewHtml(@NotNull Plan plan) Returns the HTML that represents the view of the repository configurationprotected voidBaseBuildConfigurationAwarePlugin.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) protected voidBaseBuildConfigurationAwarePlugin.populateContextForView(@NotNull Map<String, Object> context, @NotNull Plan plan) -
Uses of Plan in com.atlassian.bamboo.v2.build.trigger
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type PlanModifier and TypeMethodDescriptionstatic voidDependencyBlockingStrategy.setStrategy(DependencyBlockingStrategy strategy, @NotNull Plan plan) Set strategy for build -
Uses of Plan in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable that return PlanModifier and TypeMethodDescription@Nullable PlanVariableDefinition.getPlan()VariableDefinitionImpl.getPlan()@Nullable PlanVariableDefinitionImpl.getRoot()Methods in com.atlassian.bamboo.variable that return types with arguments of type PlanModifier and TypeMethodDescriptionprotected @NotNull Optional<VersioningSupplement<Plan>> VariableDefinitionHibernateDao.getRootVersioningSupplement()Methods in com.atlassian.bamboo.variable with parameters of type PlanModifier and TypeMethodDescription@NotNull VariableDefinitionVariableConfigurationService.createPlanVariable(@NotNull Plan plan, @NotNull String variableKey, @NotNull String variableValue) Creates new Plan variable.@NotNull VariableDefinitionVariableConfigurationServiceImpl.createPlanVariable(@NotNull Plan plan, @NotNull String variableKey, @NotNull String variableValue) VariableDefinitionFactory.createPlanVariable(@NotNull Plan plan, @NotNull String key, @NotNull String value) Create plan variable definitionVariableDefinitionFactoryImpl.createPlanVariable(@NotNull Plan plan, @NotNull String key, @NotNull String value) @NotNull VariableDefinitionVariableConfigurationService.createUniquePlanVariable(@NotNull Plan plan, @NotNull String variableKey, @NotNull String variableValue) Creates new Plan variable.@NotNull VariableDefinitionVariableConfigurationServiceImpl.createUniquePlanVariable(@NotNull Plan plan, @NotNull String variableKey, @NotNull String variableValue) voidVariableDefinitionManager.deleteVariablesForPlan(@NotNull Plan plan) Removes variable definitions form specified planvoidVariableDefinitionManagerImpl.deleteVariablesForPlan(@NotNull Plan plan) voidvoidConstructors in com.atlassian.bamboo.variable with parameters of type PlanModifierConstructorDescriptionVariableDefinitionImpl(String key, String value, Plan plan, VariableType variableType) -
Uses of Plan in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service with parameters of type PlanModifier and TypeMethodDescription@NotNull PartialVcsRepositoryDataVcsRepositoryConfigurationService.createPlanRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData newVcsConfiguration) Creates "plan local" repository and adds it to a plan.@NotNull PartialVcsRepositoryDataVcsRepositoryConfigurationServiceImpl.createPlanRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData newVcsConfiguration) voidVcsRepositoryConfigurationService.deleteRepository(@NotNull Plan plan, long repositoryId, @Nullable Long replacementRepositoryId) Removes repository definition from a planvoidVcsRepositoryConfigurationServiceImpl.deleteRepository(@NotNull Plan plan, long repositoryId, Long replacementRepositoryId) @NotNull PartialVcsRepositoryDataVcsRepositoryConfigurationService.editRepository(@NotNull Plan plan, long repositoryId, @NotNull PartialVcsRepositoryData newVcsConfiguration) Edits existing "plan local" repository.@NotNull PartialVcsRepositoryDataVcsRepositoryConfigurationServiceImpl.editRepository(@NotNull Plan plan, long repositoryId, @NotNull PartialVcsRepositoryData newVcsConfiguration) @NotNull PartialVcsRepositoryDataVcsRepositoryConfigurationService.linkRepositoryToPlan(@NotNull Plan plan, long selectedRepositoryId) Connects a linked repository to a plan by creating a new repository that inherits all the data from the linked repository and adding it to the plan.@NotNull PartialVcsRepositoryDataVcsRepositoryConfigurationServiceImpl.linkRepositoryToPlan(@NotNull Plan plan, long selectedRepositoryId) voidVcsRepositoryConfigurationService.mergePlanRepositories(@NotNull Plan plan, @NotNull List<PartialVcsRepositoryData> vcsRepositoryDataList) Merges the state of the given plan repositories into the database.voidVcsRepositoryConfigurationServiceImpl.mergePlanRepositories(@NotNull Plan plan, @NotNull List<PartialVcsRepositoryData> vcsRepositoryDataList) voidVcsRepositoryConfigurationService.moveRepository(@NotNull Plan plan, long repositoryId, long beforePosition, long afterPosition) Changes position of repository in the repository list.voidVcsRepositoryConfigurationServiceImpl.moveRepository(@NotNull Plan plan, long repositoryId, long beforePosition, long afterPosition) VcsRepositoryConfigurationService.replaceRepositoryInPlan(@NotNull Plan plan, @NotNull VcsRepositoryData parentRepository, @NotNull PartialVcsRepositoryData oldRepository, @NotNull PartialVcsRepositoryData newRepository) Replaces uses of a repository with another one.VcsRepositoryConfigurationServiceImpl.replaceRepositoryInPlan(@NotNull Plan plan, @NotNull VcsRepositoryData parentRepository, @NotNull PartialVcsRepositoryData oldRepository, @NotNull PartialVcsRepositoryData newRepository) voidVcsRepositoryConfigurationService.shareRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData repositoryData, @NotNull String repositoryName, @Nullable String userDescription, @NotNull com.atlassian.user.User user) Converts existing Plan repository to Linked repository.voidVcsRepositoryConfigurationServiceImpl.shareRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData repositoryData, @NotNull String repositoryName, @Nullable String userDescription, @NotNull com.atlassian.user.User user) voidVcsRepositoryConfigurationService.validatePlanRepositoriesNamesAndOids(@NotNull Plan plan, @NotNull List<PartialVcsRepositoryData> repositoryDataList) Validate repository names checking if there are no duplicates.voidVcsRepositoryConfigurationServiceImpl.validatePlanRepositoriesNamesAndOids(@NotNull Plan plan, @NotNull List<PartialVcsRepositoryData> repositoryDataList) voidVcsRepositoryConfigurationService.validatePlanRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData vcsRepositoryData) Deprecated.since 9.0 without direct replacement.voidVcsRepositoryConfigurationServiceImpl.validatePlanRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData vcsRepositoryData) -
Uses of Plan in com.atlassian.bamboo.versioning
Methods in com.atlassian.bamboo.versioning with parameters of type PlanModifier and TypeMethodDescriptionvoidPlanVersioningSupplement.incrementVersion(@Nullable Plan plan, @Nullable org.hibernate.Session session, boolean onlyIfSessionDirty) -
Uses of Plan in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return PlanModifier and TypeMethodDescriptionPlanActionSupport.getMutablePlan()PlanActionSupport.getPlan()Deprecated.since 4.4 -
Uses of Plan in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin that return PlanModifier and TypeMethodDescriptionImportMavenPlanAction.getImmutablePlan()ImportMavenPlanAction.getMutablePlan()ImportMavenPlanAction.getPlan()Deprecated.since 4.4 -
Uses of Plan in com.atlassian.bamboo.ww2.actions.agent
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type PlanModifierConstructorDescriptionAgentAssignmentExecutableDetails(@NotNull Job job, @Nullable Plan plan, boolean capabilitiesMatch) -
Uses of Plan in com.atlassian.bamboo.ww2.actions.branch
Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type PlanModifier and TypeMethodDescriptionprotected voidConfigureBranches.schedulePlanBranchInitialization(Plan plan, BuildDefinition buildDefinition, PlanBranchWorkflow previousPlanBranchWorkflow) Schedules the plan branch initialization work that the Bamboo server needs to perform. -
Uses of Plan in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build that return PlanModifier and TypeMethodDescriptionChainJsonProviderAction.getMutablePlan()ChainJsonProviderAction.getPlan() -
Uses of Plan in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type PlanModifier and TypeMethodDescriptionBulkEditBuildPermissions.getSortedPlans(Project project) DeleteBuilds.getSortedPlans(Project project) Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type Plan -
Uses of Plan in com.atlassian.bamboo.ww2.actions.build.admin.create
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return PlanModifier and TypeMethodDescriptionCreateChain.getMutablePlan()CreateChain.getPlan()Deprecated.since 4.4 -
Uses of Plan in com.atlassian.bamboo.ww2.actions.labels
Methods in com.atlassian.bamboo.ww2.actions.labels with parameters of type Plan -
Uses of Plan in com.atlassian.bamboo.ww2.actions.plans.admin
Methods in com.atlassian.bamboo.ww2.actions.plans.admin with parameters of type PlanModifier and TypeMethodDescription@NotNull Iterable<DependenciesPlanConfigurationPlugin> ConfigurePlanDependencies.getDependenciesBuildConfigurationPluginsForPlan(Plan plan) -
Uses of Plan in com.atlassian.bamboo.ww2.aware
Methods in com.atlassian.bamboo.ww2.aware that return Plan
PlanManager.savePlanWithSchedulesStopped(com.atlassian.bamboo.plan.Plan)