public class RegressionPlan extends ProjectAsset
STATE_ACTIVE, STATE_CLOSEDASSET_STATE_VALUE, ASSET_VALUE, CHANGE_DATE_UTC, CONTENT_TYPE_VALUE, CONTENT_VALUE, CREATE_DATE_UTC, DELETE_OPERATION, DESCRIPTION_VALUE, FILENAME_VALUE, NAME_VALUE| Modifier and Type | Method and Description |
|---|---|
RegressionSuite |
createRegressionSuite(String name)
Create a new Regression Suite with title assigned with this Regression Plan.
|
RegressionSuite |
createRegressionSuite(String name,
Map<String,Object> attributes)
Create a new Regression Suite with title assigned with this Regression Plan.
|
Member |
getOwner() |
String |
getReference() |
Collection<RegressionSuite> |
getRegressionSuites(RegressionSuiteFilter filter)
Projects associated with this TestSuite.
|
void |
setOwner(Member value) |
void |
setReference(String value) |
getDisplayID, getProject, setProjectcanClose, canDelete, canReactivate, close, createAttachment, createAttachment, createConversation, createConversation, createLink, createLink, createNote, createNote, delete, getAttachments, getCustomDropdown, getCustomField, getDescription, getLinks, getMentionedInExpressions, getName, getNotes, getURL, isActive, isClosed, reactivate, setDescription, setNameequals, get, getChangeComment, getChangeDate, getChangedBy, getCreateComment, getCreateDate, getCreatedBy, getID, getInstance, hashCode, save, save, toStringpublic Member getOwner()
public void setOwner(Member value)
value - The Member who owns this RegressionPlan.public String getReference()
public void setReference(String value)
value - Cross-reference of this RegressionPlan with an external system.public RegressionSuite createRegressionSuite(String name)
name - Title of the suite.public RegressionSuite createRegressionSuite(String name, Map<String,Object> attributes)
name - Title of the suite.attributes - Additional attributes for initialization Regression Suite.public Collection<RegressionSuite> getRegressionSuites(RegressionSuiteFilter filter)
filter - Criteria to filter on. If null, all RegressionSuites in the project are returned.Copyright © 2013 Version One, Inc.. All rights reserved.