| Modifier and Type | Method and Description |
|---|---|
List<ProjectIdentifier> |
EditLinkedRepository.getBambooSpecsPermittedProjects() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ProjectIdentifier |
PlanIdentifierImpl.getProject() |
@NotNull ProjectIdentifier |
PlanIdentifier.getProject()
Returns the parent
Project |
| Modifier and Type | Method and Description |
|---|---|
int |
PlanHibernateDao.getPlanCount(@NotNull ProjectIdentifier projectIdentifier) |
int |
PlanManagerImpl.getPlanCount(@NotNull ProjectIdentifier projectIdentifier) |
int |
PlanDao.getPlanCount(@NotNull ProjectIdentifier projectIdentifier)
How many plans currently exist in a
project. |
int |
PlanManager.getPlanCount(@NotNull ProjectIdentifier projectIdentifier)
How many plans currently exist in a
project. |
<T extends Plan> |
PlanHibernateDao.getPlanIdentifiersForProject(@NotNull ProjectIdentifier project,
@NotNull Class<T> planType,
boolean includeMarkedForDeletion) |
<T extends Plan> |
PlanManagerImpl.getPlanIdentifiersForProject(@NotNull ProjectIdentifier project,
@NotNull Class<T> planType,
boolean includeMarkedForDeletion) |
<T extends Plan> |
PlanDao.getPlanIdentifiersForProject(@NotNull ProjectIdentifier projectIdentifier,
@NotNull Class<T> planType,
boolean includeMarkedForDeletion)
Returns minimal data about all plans in the given project
|
<T extends Plan> |
PlanManager.getPlanIdentifiersForProject(@NotNull ProjectIdentifier project,
@NotNull Class<T> planType,
boolean includeMarkedForDeletion)
Retrieve a list of plans for a given project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Project
Represents a Bamboo project object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProject |
class |
ProjectIdentifierImpl |
| Constructor and Description |
|---|
ProjectPlanPermissions(@NotNull ProjectIdentifier projectIdentifier) |
| Constructor and Description |
|---|
RestProjectIdentifier(@NotNull ProjectIdentifier projectIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends NameProvider & ProjectIdProvider> |
Comparators.getProjectAwareRepositoryComparator() |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectIdentifier> |
EditProjectRepository.getBambooSpecsPermittedProjects() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ProjectIdentifier |
DecoratedPlan.getProject() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.