Uses of Class
org.squashtest.tm.domain.project.Project

Packages that use Project
org.squashtest.tm.domain.bugtracker   
org.squashtest.tm.domain.campaign   
org.squashtest.tm.domain.customfield   
org.squashtest.tm.domain.execution   
org.squashtest.tm.domain.library   
org.squashtest.tm.domain.project   
org.squashtest.tm.domain.projectfilter   
org.squashtest.tm.domain.requirement   
org.squashtest.tm.domain.testcase   
 

Uses of Project in org.squashtest.tm.domain.bugtracker
 

Methods in org.squashtest.tm.domain.bugtracker that return Project
 Project IssueDetector.getProject()
          will return the (Squash) project that entity belongs to
 

Uses of Project in org.squashtest.tm.domain.campaign
 

Methods in org.squashtest.tm.domain.campaign that return Project
 Project IterationTestPlanItem.getProject()
           
 Project CampaignTestPlanItem.getProject()
           
 Project Iteration.getProject()
           
 Project TestSuite.getProject()
           
 

Methods in org.squashtest.tm.domain.campaign with parameters of type Project
 void CampaignFolder.notifyAssociatedWithProject(Project project)
           
 

Uses of Project in org.squashtest.tm.domain.customfield
 

Methods in org.squashtest.tm.domain.customfield that return Project
 Project BoundEntity.getProject()
           
 

Uses of Project in org.squashtest.tm.domain.execution
 

Methods in org.squashtest.tm.domain.execution that return Project
 Project Execution.getProject()
           
 Project ExecutionStep.getProject()
           
 

Uses of Project in org.squashtest.tm.domain.library
 

Methods in org.squashtest.tm.domain.library that return Project
 Project TreeNode.getProject()
           
 Project GenericLibraryNode.getProject()
           
 

Methods in org.squashtest.tm.domain.library with parameters of type Project
 void FolderSupport.notifyAssociatedProjectWasSet(Project formerProject, Project currentProject)
          Notifies that the project was set to something.
 void LibraryNode.notifyAssociatedWithProject(Project project)
          Notifies this resource now belongs to the given project.
 void GenericLibraryNode.notifyAssociatedWithProject(Project project)
          Notifies this object it is now a resource of the given project.
 

Uses of Project in org.squashtest.tm.domain.project
 

Methods in org.squashtest.tm.domain.project with parameters of type Project
 void ProjectVisitor.visit(Project project)
           
 

Uses of Project in org.squashtest.tm.domain.projectfilter
 

Methods in org.squashtest.tm.domain.projectfilter that return types with arguments of type Project
 List<Project> ProjectFilter.getProjects()
           
 

Methods in org.squashtest.tm.domain.projectfilter with parameters of type Project
 void ProjectFilter.removeProject(Project project)
           
 

Method parameters in org.squashtest.tm.domain.projectfilter with type arguments of type Project
 void ProjectFilter.setProjects(List<Project> newProjectList)
           
 

Uses of Project in org.squashtest.tm.domain.requirement
 

Methods in org.squashtest.tm.domain.requirement that return Project
 Project RequirementLibraryNode.getProject()
           
 Project RequirementVersion.getProject()
           
 

Methods in org.squashtest.tm.domain.requirement with parameters of type Project
 void RequirementLibraryNode.notifyAssociatedWithProject(Project project)
          Notifies this object it is now a resource of the given project.
 void RequirementFolder.notifyAssociatedWithProject(Project project)
           
 

Uses of Project in org.squashtest.tm.domain.testcase
 

Methods in org.squashtest.tm.domain.testcase that return Project
 Project ActionTestStep.getProject()
           
 

Methods in org.squashtest.tm.domain.testcase with parameters of type Project
 void TestCaseFolder.notifyAssociatedWithProject(Project project)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.