| Package | Description |
|---|---|
| org.squashtest.tm.domain.bugtracker | |
| org.squashtest.tm.domain.campaign | |
| org.squashtest.tm.domain.customfield | |
| org.squashtest.tm.domain.library | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
GenericProject |
BugTrackerBinding.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
BugTrackerBinding.setProject(GenericProject project) |
| Constructor and Description |
|---|
BugTrackerBinding(String projectName,
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 |
|---|---|
GenericProject |
NodeContainer.getProject()
A node container can be a library.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Library.notifyAssociatedWithProject(GenericProject p) |
| 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 |
AdministrableProject.getProject() |
GenericProject |
ProjectPermission.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectPermission.setProject(GenericProject project) |
static String |
ProjectUtils.toString(GenericProject project) |
| Constructor and Description |
|---|
AdministrableProject(GenericProject project) |
ProjectPermission(GenericProject project,
PermissionGroup permissionGroup) |
| 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) |
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.