|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.build |
---|
Classes in com.atlassian.bamboo.build that implement ImmutableTopLevelPlan | |
---|---|
class |
BuildObjectForTests
Deprecated. |
class |
TestBuildObjectForTests
|
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.Collection<ImmutableTopLevelPlan> |
DashboardCachingManager.getAllTopLevelPlansUpdatedSince(long systemTime)
Returns all builds since a given time |
java.util.Collection<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.xwork.TextProvider textProvider,
PlanExecutionManager planExecutionManager)
|
|
PlanDecorator(ImmutableTopLevelPlan plan,
java.lang.Long currentTime,
boolean favourite,
com.opensymphony.xwork.TextProvider textProvider,
PlanExecutionManager planExecutionManager,
PlanResultKey lastResultKey)
|
|
PlanDecorator(ImmutableTopLevelPlan build,
java.lang.Long currentSystemTime,
com.opensymphony.xwork.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 | |
---|---|
static com.google.common.base.Predicate<ImmutableTopLevelPlan> |
PlanPredicates.hasEqualProjectKey(Project project)
|
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.plan.cache |
---|
Classes in com.atlassian.bamboo.plan.cache that implement ImmutableTopLevelPlan | |
---|---|
class |
ImmutableChainImpl
A ImmutableChain implementation that also implements Chain and throws UnsupportedOperationException for mutators. |
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ImmutableTopLevelPlan | |
---|---|
java.util.List<ImmutableTopLevelPlan> |
PlansState.getAllTopLevelPlans()
|
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.xwork.TextProvider textProvider)
|
Uses of ImmutableTopLevelPlan in com.atlassian.bamboo.webwork |
---|
Methods in com.atlassian.bamboo.webwork that return types with arguments of type ImmutableTopLevelPlan | |
---|---|
java.util.Collection<ImmutableTopLevelPlan> |
StarterAction.getPlans()
|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |