Uses of Interface
com.atlassian.bamboo.project.ProjectIdentifier
Packages that use ProjectIdentifier
Package
Description
-
Uses of ProjectIdentifier in com.atlassian.bamboo.configuration.repository
Methods in com.atlassian.bamboo.configuration.repository that return types with arguments of type ProjectIdentifierModifier and TypeMethodDescriptionEditLinkedRepository.getBambooSpecsPermittedProjects()
@NotNull List<ProjectIdentifier>
EditRepository.getBambooSpecsPermittedProjects
(@NotNull PartialVcsRepositoryData vcsRepositoryData, @NotNull ProjectManager projectManager) @NotNull List<ProjectIdentifier>
EditRepositoryImpl.getBambooSpecsPermittedProjects
(@NotNull PartialVcsRepositoryData vcsRepositoryData, @NotNull ProjectManager projectManager) -
Uses of ProjectIdentifier in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return ProjectIdentifierModifier and TypeMethodDescription@NotNull ProjectIdentifier
PlanIdentifier.getProject()
Returns the parentProject
@NotNull ProjectIdentifier
PlanIdentifierImpl.getProject()
Methods in com.atlassian.bamboo.plan with parameters of type ProjectIdentifierModifier and TypeMethodDescriptionint
PlanDao.getPlanCount
(@NotNull ProjectIdentifier projectIdentifier) How many plans currently exist in aproject
.int
PlanHibernateDao.getPlanCount
(@NotNull ProjectIdentifier projectIdentifier) int
PlanManager.getPlanCount
(@NotNull ProjectIdentifier projectIdentifier) How many plans currently exist in aproject
.int
PlanManagerImpl.getPlanCount
(@NotNull ProjectIdentifier projectIdentifier) <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<T extends Plan>
@NotNull List<PlanIdentifier>PlanHibernateDao.getPlanIdentifiersForProject
(@NotNull ProjectIdentifier project, @NotNull Class<T> 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) -
Uses of ProjectIdentifier in com.atlassian.bamboo.project
Subinterfaces of ProjectIdentifier in com.atlassian.bamboo.projectClasses in com.atlassian.bamboo.project that implement ProjectIdentifierMethods in com.atlassian.bamboo.project that return ProjectIdentifierModifier and TypeMethodDescriptionstatic ProjectIdentifier
ProjectIdentifierImpl.forProject
(@NotNull Project project) Constructors in com.atlassian.bamboo.project with parameters of type ProjectIdentifierModifierConstructorDescriptionProjectPlanPermissions
(@NotNull ProjectIdentifier projectIdentifier) -
Uses of ProjectIdentifier in com.atlassian.bamboo.rest.model.plan
Constructors in com.atlassian.bamboo.rest.model.plan with parameters of type ProjectIdentifierModifierConstructorDescriptionRestProjectIdentifier
(@NotNull ProjectIdentifier projectIdentifier) -
Uses of ProjectIdentifier in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type ProjectIdentifierModifier and TypeMethodDescriptionstatic <T extends NameProvider & ProjectIdProvider>
Function<Map<Long,ProjectIdentifier>, Comparator<T>> Comparators.getProjectAwareRepositoryComparator()
-
Uses of ProjectIdentifier in com.atlassian.bamboo.ww2.actions.project.repository
Methods in com.atlassian.bamboo.ww2.actions.project.repository that return types with arguments of type ProjectIdentifier -
Uses of ProjectIdentifier in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return ProjectIdentifier