Package | Description |
---|---|
com.versionone.om |
Modifier and Type | Method and Description |
---|---|
Collection<Project> |
Project.getChildProjects(ProjectFilter filter)
A collection of sub-projects that belong to this project.
|
Collection<Project> |
Project.getChildProjects(ProjectFilter filter,
boolean includeSubprojects)
A collection of sub-projects that belong to this project.
|
Collection<Project> |
TestSuite.getProjects(ProjectFilter filter)
Projects associated with this TestSuite.
|
Collection<Project> |
Goal.getTargetedBy(ProjectFilter filter)
A collection of Projects Targeted by this Goal.
|
Collection<Project> |
V1InstanceGetter.projects(ProjectFilter filter)
Get projects filtered by the criteria specified in the passed in filter.
|
Copyright © 2013 Version One, Inc.. All rights reserved.