Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableTopLevelPlan

Packages that use ImmutableTopLevelPlan
com.atlassian.bamboo.build   
com.atlassian.bamboo.caching   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.js   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.project   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2.actions.admin.bulk   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.plans.admin   
com.atlassian.bamboo.ww2.actions.reports   
 

Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return types with arguments of type ImmutableTopLevelPlan
 java.util.Collection<ImmutableTopLevelPlan> BuildList.getPlans()
          Obtain all the plans in the current system.
 

Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.caching
 

Methods in com.atlassian.bamboo.caching that return types with arguments of type ImmutableTopLevelPlan
 java.util.List<ImmutableTopLevelPlan> DashboardCachingManager.getAllTopLevelPlans()
          Returns all top level plans (i.e.
 java.util.List<ImmutableTopLevelPlan> DashboardCachingManagerImpl.getAllTopLevelPlans()
           
 java.util.List<ImmutableTopLevelPlan> DashboardCachingManager.getAllTopLevelPlansUpdatedSince(long systemTime)
          Returns all builds since a given time
 java.util.List<ImmutableTopLevelPlan> DashboardCachingManagerImpl.getAllTopLevelPlansUpdatedSince(long systemTime)
           
 

Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.chains
 

Classes in com.atlassian.bamboo.chains that implement ImmutableTopLevelPlan
 class DefaultChain
           
 

Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ImmutableTopLevelPlan
 java.util.List<ImmutableTopLevelPlan> ViewAgentPlanMatrixWizard.getSortedTopLevelPlans(Project project)
           
 

Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.js
 

Constructors in com.atlassian.bamboo.js with parameters of type ImmutableTopLevelPlan
PlanDecorator(ImmutableTopLevelPlan build, java.lang.Long currentTime, boolean favourite, com.opensymphony.xwork2.TextProvider textProvider, PlanExecutionManager planExecutionManager)
           
PlanDecorator(ImmutableTopLevelPlan plan, java.lang.Long currentTime, boolean favourite, com.opensymphony.xwork2.TextProvider textProvider, PlanExecutionManager planExecutionManager, PlanResultKey lastResultKey)
           
PlanDecorator(ImmutableTopLevelPlan build, java.lang.Long currentSystemTime, com.opensymphony.xwork2.TextProvider textProvider, PlanExecutionManager planExecutionManager)
           
 

Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.plan
 

Subinterfaces of ImmutableTopLevelPlan in com.atlassian.bamboo.plan
 interface TopLevelPlan
          Marker interface that specifies that the implementing Plan is a 'top level' object
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type ImmutableTopLevelPlan
 java.lang.Iterable<ImmutableTopLevelPlan> FilteringPlanManager.getEditablePlansByProject(Project project)
          Returns all Plan's filtered by Project and user can edit (EDIT permission assigned for plan to user)
 

Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.plan.cache
 

Classes in com.atlassian.bamboo.plan.cache that implement ImmutableTopLevelPlan
 class ImmutableChainImpl
          A ImmutableChain implementation.
 

Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ImmutableTopLevelPlan
 java.util.List<ImmutableTopLevelPlan> PlansState.getAllTopLevelPlans()
           
 java.lang.Iterable<ImmutableTopLevelPlan> CachedPlanManagerImpl.getEditablePlansByProject(Project project)
           
 java.util.List<ImmutableTopLevelPlan> CachedPlanManager.getPlans()
          Returns all TopLevelPlan's.
 java.util.List<ImmutableTopLevelPlan> CachedPlanManagerImpl.getPlans()
           
 java.util.List<ImmutableTopLevelPlan> CachedPlanManager.getPlansByProject(Project project)
          Returns all ImmutableTopLevelPlan's filtered by Project.
 java.util.List<ImmutableTopLevelPlan> CachedPlanManagerImpl.getPlansByProject(Project project)
           
 java.util.List<ImmutableTopLevelPlan> CachedPlanManager.getPlansUnrestricted()
          Returns all ImmutableTopLevelPlan's ignoring permissions.
 java.util.List<ImmutableTopLevelPlan> CachedPlanManagerImpl.getPlansUnrestricted()
           
 

Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.project
 

Method parameters in com.atlassian.bamboo.project with type arguments of type ImmutableTopLevelPlan
static java.lang.String DefaultProject.getCurrentStatusFromPlans(java.util.Collection<? extends ImmutableTopLevelPlan> plans)
           
 java.lang.String ProjectStatusHelperImpl.getProjectSummaryForPlans(java.util.Collection<ImmutableTopLevelPlan> plans)
           
 

Constructor parameters in com.atlassian.bamboo.project with type arguments of type ImmutableTopLevelPlan
ProjectStatusHelperImpl(java.util.Collection<? extends ImmutableTopLevelPlan> plans, com.opensymphony.xwork2.TextProvider textProvider)
           
 

Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork that return types with arguments of type ImmutableTopLevelPlan
protected  java.util.List<ImmutableTopLevelPlan> StarterAction.filterPlansByProject(java.util.List<ImmutableTopLevelPlan> plans, java.util.List<java.lang.String> rawProjectKeys)
           
 java.util.List<ImmutableTopLevelPlan> StarterAction.DashboardPage.getItems()
           
 java.util.List<ImmutableTopLevelPlan> StarterAction.getPlans()
           
 

Method parameters in com.atlassian.bamboo.webwork with type arguments of type ImmutableTopLevelPlan
protected  java.util.List<ImmutableTopLevelPlan> StarterAction.filterPlansByProject(java.util.List<ImmutableTopLevelPlan> plans, java.util.List<java.lang.String> rawProjectKeys)
           
protected  StarterAction.DashboardPage StarterAction.getPageToNearestProject(java.lang.String lastProjectInPreviousPage, java.util.List<ImmutableTopLevelPlan> plans, int pageSize)
           
 

Constructor parameters in com.atlassian.bamboo.webwork with type arguments of type ImmutableTopLevelPlan
StarterAction.DashboardPage(int accumutatedSubsetCount, int totalSize, java.lang.String lastProjectKey, java.util.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
 java.util.List<ImmutableTopLevelPlan> BulkPlanAction.getSortedTopLevelPlans(Project project)
           
 

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 ImmutableTopLevelPlan
 java.util.List<ImmutableTopLevelPlan> MoveBuilds.getSortedTopLevelPlans(Project project)
           
 java.util.List<ImmutableTopLevelPlan> DeleteBuilds.getSortedTopLevelPlans(Project project)
           
 java.util.List<ImmutableTopLevelPlan> BulkEditBuildPermissions.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
 java.util.Collection<ImmutableTopLevelPlan> ConfigurePlanDependencies.getPossiblePlanDependencies()
           
 

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
 java.util.Collection<ImmutableTopLevelPlan> ViewReport.getAvailablePlans()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.