Uses of Interface
com.atlassian.bamboo.project.ProjectIdentifier

Packages that use ProjectIdentifier
com.atlassian.bamboo.build   
com.atlassian.bamboo.migration.plan   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.project   
com.atlassian.bamboo.ww2.beans   
 

Uses of ProjectIdentifier in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement ProjectIdentifier
 class BuildObjectForTests
          Deprecated. 
 class TestBuildObjectForTests
           
 

Uses of ProjectIdentifier in com.atlassian.bamboo.migration.plan
 

Methods in com.atlassian.bamboo.migration.plan with parameters of type ProjectIdentifier
<T extends Plan>
java.util.List<PlanIdentifier>
PlanManagerDecorator.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
           
 

Uses of ProjectIdentifier in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return ProjectIdentifier
 ProjectIdentifier PlanIdentifier.getProject()
          Returns the parent Project
 ProjectIdentifier PlanIdentifierImpl.getProject()
           
 

Methods in com.atlassian.bamboo.plan with parameters of type ProjectIdentifier
<T extends Plan>
java.util.List<PlanIdentifier>
PlanHibernateDao.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
           
<T extends Plan>
java.util.List<PlanIdentifier>
PlanManager.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
          Retrieve a list of plans for a given project.
<T extends Plan>
java.util.List<PlanIdentifier>
PlanDao.getPlanIdentifiersForProject(ProjectIdentifier projectIdentifier, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
          Returns minimal data about all plans in the given project
<T extends Plan>
java.util.List<PlanIdentifier>
PlanManagerImpl.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
           
 

Uses of ProjectIdentifier in com.atlassian.bamboo.project
 

Subinterfaces of ProjectIdentifier in com.atlassian.bamboo.project
 interface Project
          Represents a Bamboo project object.
 

Classes in com.atlassian.bamboo.project that implement ProjectIdentifier
 class DefaultProject
           
 class ProjectIdentifierImpl
           
 

Uses of ProjectIdentifier in com.atlassian.bamboo.ww2.beans
 

Methods in com.atlassian.bamboo.ww2.beans that return ProjectIdentifier
 ProjectIdentifier DecoratedPlan.getProject()
           
 



Copyright © 2012 Atlassian. All Rights Reserved.