Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
RegressionPlan |
Project.createRegressionPlan(String name)
Creates a new Regression Plan in the Project with additional attributes.
|
RegressionPlan |
Project.createRegressionPlan(String name,
Map<String,Object> attributes)
Creates a new Regression Plan in the Project with additional attributes.
|
RegressionPlan |
RegressionSuite.getRegressionPlan() |
RegressionPlan |
V1InstanceCreator.regressionPlan(String name,
Project project)
Creates a new Regression Plan with title and project.
|
RegressionPlan |
V1InstanceCreator.regressionPlan(String name,
Project project,
Map<String,Object> attributes)
Creates a new Regression Plan with title and project.
|
RegressionPlan |
V1InstanceGetter.regressionPlanByDisplayID(String displayID)
Returns a RegressionPlan with the given ID or null if the ID is invalid
|
RegressionPlan |
V1InstanceGetter.regressionPlanByID(AssetID id)
Returns a RegressionPlan with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<RegressionPlan> |
Project.getRegressionPlans(RegressionPlanFilter filter)
A collection of regression plans that belong to this project.
|
Collection<RegressionPlan> |
Project.getRegressionPlans(RegressionPlanFilter filter,
boolean includeSubprojects)
A collection of regression plans that belong to this project.
|
Collection<RegressionPlan> |
V1InstanceGetter.regressionPlans(RegressionPlanFilter filter)
Gets regression plans filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
RegressionSuite |
V1InstanceCreator.regressionSuite(String name,
RegressionPlan regressionPlan)
Creates a new Regression Suite with title assigned with this Regression Plan.
|
RegressionSuite |
V1InstanceCreator.regressionSuite(String name,
RegressionPlan regressionPlan,
Map<String,Object> attributes)
Creates a new Regression Suite with title assigned with this Regression Plan.
|
void |
RegressionSuite.setRegressionPlan(RegressionPlan value) |
Modifier and Type | Field and Description |
---|---|
List<RegressionPlan> |
RegressionSuiteFilter.regressionPlan
RegressionPlan associate with suite.
|
Copyright © 2013 Version One, Inc.. All rights reserved.