| Package | Description |
|---|---|
| org.squashtest.tm.domain.bugtracker | |
| org.squashtest.tm.domain.campaign | |
| org.squashtest.tm.domain.customfield | |
| org.squashtest.tm.domain.customreport | |
| org.squashtest.tm.domain.library | |
| org.squashtest.tm.domain.milestone | |
| org.squashtest.tm.domain.project | |
| org.squashtest.tm.domain.projectfilter | |
| org.squashtest.tm.domain.requirement | |
| org.squashtest.tm.domain.testautomation |
This package contains all the relevant concepts around test automation.
|
| org.squashtest.tm.domain.testcase | |
| org.squashtest.tm.domain.tree |
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
BugTrackerBinding.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
BugTrackerBinding.setProject(GenericProject project) |
| Constructor and Description |
|---|
BugTrackerBinding(org.squashtest.csp.core.bugtracker.domain.BugTracker newBugtracker,
GenericProject project) |
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
CampaignLibrary.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignLibrary.notifyAssociatedWithProject(GenericProject p) |
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
CustomFieldBinding.getBoundProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomFieldBinding.setBoundProject(GenericProject boundProject) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomReportLibrary.notifyAssociatedWithProject(GenericProject p) |
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
NodeContainer.getProject()
A node container can be a library.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Library.notifyAssociatedWithProject(GenericProject p) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<GenericProject,QGenericProject> |
QMilestone.perimeter |
com.querydsl.core.types.dsl.SetPath<GenericProject,QGenericProject> |
QMilestone.projects |
| Modifier and Type | Method and Description |
|---|---|
List<GenericProject> |
Milestone.getPerimeter() |
List<GenericProject> |
Milestone.getProjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
Milestone.addProject(GenericProject genericProject) |
void |
Milestone.addProjectToPerimeter(GenericProject genericProject) |
void |
Milestone.bindProject(GenericProject project) |
boolean |
Milestone.isInPerimeter(GenericProject genericProject) |
void |
Milestone.removeProject(GenericProject project)
CONSIDER THIS PRIVATE !
|
void |
Milestone.removeProjectFromPerimeter(GenericProject project) |
void |
Milestone.unbindProject(GenericProject genericProject) |
| Modifier and Type | Method and Description |
|---|---|
void |
Milestone.addProjectsToPerimeter(List<GenericProject> projects) |
void |
Milestone.bindProjects(List<GenericProject> projects) |
void |
Milestone.removeProjectsFromPerimeter(List<GenericProject> projects) |
void |
Milestone.unbindProjects(List<GenericProject> projects) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProjectResource<P extends GenericProject>
Any resource associated to a project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Project |
class |
ProjectTemplate
A Project template, which can hold no nodes but will be used to build "real" projects
|
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
ProjectForCustomCompare.getGenericProject() |
GenericProject |
AdministrableProject.getProject() |
GenericProject |
ProjectPermission.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectForCustomCompare.setGenericProject(GenericProject genericProject) |
void |
ProjectPermission.setProject(GenericProject project) |
static String |
ProjectUtils.toString(GenericProject project) |
| Constructor and Description |
|---|
AdministrableProject(GenericProject project) |
ProjectPermission(GenericProject project,
PermissionGroup permissionGroup) |
| Constructor and Description |
|---|
QGenericProject(Class<? extends GenericProject> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QGenericProject(com.querydsl.core.types.Path<? extends GenericProject> path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProjectFilter.isProjectSelected(GenericProject project)
returns true if the project is listed, false otherwhise.
|
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
RequirementLibrary.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequirementLibrary.notifyAssociatedWithProject(GenericProject p) |
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
TestAutomationProject.getTmProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestAutomationProject.setTmProject(GenericProject tmProject) |
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
TestCaseLibrary.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseLibrary.notifyAssociatedWithProject(GenericProject p) |
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
TreeLibrary.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeLibrary.notifyAssociatedWithProject(GenericProject p) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.