Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableTopLevelPlan
Packages that use ImmutableTopLevelPlan
Package
Description
-
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.chains
Classes in com.atlassian.bamboo.chains that implement ImmutableTopLevelPlan -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionViewAgentPlanMatrixWizard.getSortedTopLevelPlans(Project project) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external with parameters of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionPlanConfigExportService.exportPlan(@NotNull ImmutableTopLevelPlan plan) Export top level plan to default location in Bamboo home dir.PlanConfigExportServiceImpl.exportPlan(@NotNull ImmutableTopLevelPlan topLevelPlan) com.atlassian.bamboo.specs.api.builders.plan.PlanPlanConfigExportService.exportPlanToSpecs(@NotNull ImmutableTopLevelPlan plan) Export top level plan to Bamboo Specs entity.com.atlassian.bamboo.specs.api.builders.plan.PlanPlanConfigExportServiceImpl.exportPlanToSpecs(@NotNull ImmutableTopLevelPlan plan) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters with parameters of type ImmutableTopLevelPlanModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagementChainBranchExporter.exportPlanBranchManagement(@NotNull ImmutableTopLevelPlan plan) Exports plan branch management configuration to properties@NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagementChainBranchExporterImpl.exportPlanBranchManagement(@NotNull ImmutableTopLevelPlan plan) SpecsExporter.getCodeFromPlan(ImmutableTopLevelPlan immutableTopLevelPlan) Delegates toSpecsExporter.getCodeFromPlan(ImmutableTopLevelPlan, ExportFormat, String, String)with a default packageName and classNameSpecsExporter.getCodeFromPlan(ImmutableTopLevelPlan immutableTopLevelPlan, SpecsExporter.ExportFormat format, @Nullable String packageName, @Nullable String className) Convert a plan to a Java Bamboo SpecSpecsExporterImpl.getCodeFromPlan(ImmutableTopLevelPlan immutableTopLevelPlan) SpecsExporterImpl.getCodeFromPlan(ImmutableTopLevelPlan immutableTopLevelPlan, SpecsExporter.ExportFormat format, String packageName, String className) @NotNull com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesChainDependenciesExporter.toSpecsEntity(@NotNull ImmutableTopLevelPlan chain) @NotNull com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesChainDependenciesExporterImpl.toSpecsEntity(@NotNull ImmutableTopLevelPlan chain) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionstatic Stream<QuickSearchItemImpl> QuickSearchItemImpl.forChain(@NotNull ImmutableTopLevelPlan chain) voidQuickSearchIndexer.indexChain(@NotNull ImmutableTopLevelPlan chain) voidQuickSearchIndexerImpl.indexChain(@NotNull ImmutableTopLevelPlan chain) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.js
Constructors in com.atlassian.bamboo.js with parameters of type ImmutableTopLevelPlanModifierConstructorDescriptionPlanDecorator(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, ChainExecutionManager chainExecutionManager, PlanExecutionManager planExecutionManager, @Nullable PlanResultKey lastResultKey) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.plan
Subinterfaces of ImmutableTopLevelPlan in com.atlassian.bamboo.planModifier and TypeInterfaceDescriptioninterfaceMarker interface that specifies that the implementingPlanis a 'top level' objectMethods in com.atlassian.bamboo.plan that return types with arguments of type ImmutableTopLevelPlanModifier and TypeMethodDescription@NotNull Iterable<ImmutableTopLevelPlan> FilteringPlanManager.getEditablePlansByProject(Project project) @NotNull List<ImmutableTopLevelPlan> FilteringPlanManager.getPlans()Returns allTopLevelPlan's.@NotNull List<ImmutableTopLevelPlan> FilteringPlanManager.getPlansByProject(Project project) Returns allImmutableTopLevelPlan's filtered byProject.@NotNull List<ImmutableTopLevelPlan> FilteringPlanManager.getPlansByProjectWithConsistencyGuarantee(Project project) Returns allImmutableTopLevelPlan's filtered byProject. -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.plan.cache
Classes in com.atlassian.bamboo.plan.cache that implement ImmutableTopLevelPlanMethods in com.atlassian.bamboo.plan.cache that return types with arguments of type ImmutableTopLevelPlanModifier and TypeMethodDescription@NotNull Iterable<ImmutableTopLevelPlan> CachedPlanManagerImpl.getEditablePlansByProject(Project project) @NotNull List<ImmutableTopLevelPlan> CachedPlanManagerImpl.getPlans()@NotNull List<ImmutableTopLevelPlan> CachedPlanManagerImpl.getPlansByProject(Project project) @NotNull List<ImmutableTopLevelPlan> CachedPlanManagerImpl.getPlansByProjectWithConsistencyGuarantee(Project project) @NotNull List<ImmutableTopLevelPlan> CachedPlanManager.getPlansUnrestricted()Returns allImmutableTopLevelPlan's ignoring permissions.@NotNull List<ImmutableTopLevelPlan> CachedPlanManagerImpl.getPlansUnrestricted()@NotNull List<ImmutableTopLevelPlan> CachedPlanManager.getPlansUnrestrictedWithConsistencyGuarantee()Returns allImmutableTopLevelPlan's ignoring permissions.@NotNull List<ImmutableTopLevelPlan> CachedPlanManagerImpl.getPlansUnrestrictedWithConsistencyGuarantee() -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.project
Method parameters in com.atlassian.bamboo.project with type arguments of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionstatic StringDefaultProject.getCurrentStatusFromPlans(Collection<? extends ImmutableTopLevelPlan> plans) ProjectStatusHelperImpl.getProjectSummaryForPlans(Collection<ImmutableTopLevelPlan> plans) Constructor parameters in com.atlassian.bamboo.project with type arguments of type ImmutableTopLevelPlanModifierConstructorDescriptionProjectStatusHelperImpl(Collection<? extends ImmutableTopLevelPlan> plans, @NotNull org.apache.struts2.text.TextProvider textProvider) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.quickfilter
Methods in com.atlassian.bamboo.quickfilter with type parameters of type ImmutableTopLevelPlanModifier and TypeMethodDescription<T extends ImmutableTopLevelPlan>
Iterable<T> QuickFilterManager.filter(@NotNull Iterable<T> plans, @NotNull QuickFilter quickFilter) Filter given plans, returning only those that match the specified quick filter.<T extends ImmutableTopLevelPlan>
Iterable<T> QuickFilterManagerImpl.filter(@NotNull Iterable<T> plans, @NotNull QuickFilter quickFilter) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.quickfilter.rule
Methods in com.atlassian.bamboo.quickfilter.rule with parameters of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionbooleanQuickFilterRuleType.matches(@NotNull Map<String, Object> configuration, @NotNull ImmutableTopLevelPlan plan) Checks whether the given plan matches a rule of this type with given configuration.booleanQuickFilterRuleTypeUnsafeCodeDecorator.matches(@NotNull Map<String, Object> configuration, @NotNull ImmutableTopLevelPlan plan) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.quickfilter.rule.plugin
Methods in com.atlassian.bamboo.quickfilter.rule.plugin with parameters of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionbooleanHasLabelRuleType.matches(@NotNull Map<String, Object> configuration, @NotNull ImmutableTopLevelPlan plan) booleanInProjectRuleType.matches(@NotNull Map<String, Object> configuration, @NotNull ImmutableTopLevelPlan plan) booleanLastExecutionDateRuleType.matches(@NotNull Map<String, Object> configuration, @NotNull ImmutableTopLevelPlan plan) booleanLastResultStatusRuleType.matches(@NotNull Map<String, Object> configuration, @NotNull ImmutableTopLevelPlan plan) booleanNameMatcherRuleType.matches(@NotNull Map<String, Object> configuration, @NotNull ImmutableTopLevelPlan plan) booleanSuspensionStatusRuleType.matches(@NotNull Map<String, Object> configuration, @NotNull ImmutableTopLevelPlan plan) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork that return types with arguments of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionprotected List<ImmutableTopLevelPlan> StarterAction.filterPlansByProject(List<ImmutableTopLevelPlan> plans, List<String> rawProjectKeys) protected @NotNull List<ImmutableTopLevelPlan> QuickFilterAction.getBuildPlansForDashboard()Fetches build plans for dashboard and filters them by quick filters for this request.protected @NotNull List<ImmutableTopLevelPlan> StarterAction.getBuildPlansForDashboard()StarterAction.DashboardPage.getItems()@NotNull List<ImmutableTopLevelPlan> StarterAction.getPlans()Method parameters in com.atlassian.bamboo.webwork with type arguments of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionprotected List<ImmutableTopLevelPlan> StarterAction.filterPlansByProject(List<ImmutableTopLevelPlan> plans, List<String> rawProjectKeys) protected @NotNull StarterAction.DashboardPageStarterAction.getPageToNearestProject(@Nullable String lastProjectInPreviousPage, @NotNull List<ImmutableTopLevelPlan> plans, int pageSize) Constructor parameters in com.atlassian.bamboo.webwork with type arguments of type ImmutableTopLevelPlanModifierConstructorDescriptionDashboardPage(int accumutatedSubsetCount, int totalSize, String lastProjectKey, List<ImmutableTopLevelPlan> items, int allVisiblePlans) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.ww2.actions.admin.bulk
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk that return types with arguments of type ImmutableTopLevelPlan -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionBulkEditBuildPermissions.getSortedTopLevelPlans(Project project) DeleteBuilds.getSortedTopLevelPlans(Project project) MoveBuilds.getSortedTopLevelPlans(Project project) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.ww2.actions.plans.admin
Methods in com.atlassian.bamboo.ww2.actions.plans.admin that return types with arguments of type ImmutableTopLevelPlan -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.ww2.actions.project
Methods in com.atlassian.bamboo.ww2.actions.project that return types with arguments of type ImmutableTopLevelPlanMethods in com.atlassian.bamboo.ww2.actions.project with parameters of type ImmutableTopLevelPlanModifier and TypeMethodDescriptionbooleanViewProjectPlans.hasBranches(ImmutableTopLevelPlan plan) booleanViewProjectPlans.isFavourite(ImmutableTopLevelPlan plan) -
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.ww2.actions.reports
Methods in com.atlassian.bamboo.ww2.actions.reports that return types with arguments of type ImmutableTopLevelPlan