Uses of Class
tinlizard.model.Project

Packages that use Project
tinlizard.dataload Provides Utilities/Helper classes to facilitate in loading test data. 
tinlizard.model Provides Object model and Data Type classes. 
tinlizard.web Provides classes to present information via the web. 
 

Uses of Project in tinlizard.dataload
 

Fields in tinlizard.dataload declared as Project
 Project Data.jmorseProject
           
 Project Data.mavenScmHGPluginProject
           
 Project Data.mavenWarPluginProject
           
 Project Data.tinlizardProject
           
 

Uses of Project in tinlizard.model
 

Methods in tinlizard.model that return Project
static Project Project.add(User user, Project project, Codeline mainline, boolean updateFromPom)
           
static Project Project.findByName(String name)
           
 Project Codeline.getProject()
           
 

Methods in tinlizard.model that return types with arguments of type Project
static Collection<Project> Project.findAll()
           
static Collection<Project> Project.search(String query)
           
 

Methods in tinlizard.model with parameters of type Project
static Project Project.add(User user, Project project, Codeline mainline, boolean updateFromPom)
           
 void Codeline.setProject(Project project)
           
 

Uses of Project in tinlizard.web
 

Methods in tinlizard.web that return Project
protected  Project ProjectWeb.getSubject()
           
 

Methods in tinlizard.web that return types with arguments of type Project
protected  Class<Project> ProjectWeb.getManagedClass()
           
 

Constructors in tinlizard.web with parameters of type Project
ProjectWeb(Project p)
           
 

Constructor parameters in tinlizard.web with type arguments of type Project
ProjectCollectionWeb(Collection<Project> c, org.jvnet.localizer.Localizable name)
           
 



Copyright © 2009. All Rights Reserved.