Package com.jamasoftware.velocity.api
Interface TestPlan
-
- All Superinterfaces:
ContourItem
,DomainObject
public interface TestPlan extends ContourItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TestCycle>
getTestCycles()
java.util.List<TestSet>
getTestSets()
java.lang.Boolean
isArchived()
-
Methods inherited from interface com.jamasoftware.velocity.api.ContourItem
getActive, getAttachment, getChildDocumentType, getCommentsCount, getConnectedUsersUniqueCount, getContent, getCurrentVersion, getCustomFields, getDescription, getDocumentKey, getDocumentType, getEntityType, getGlobalId, getHibVersion, getIsFolder, getIsStructureOnly, getItemRelationshipStats, getLastActivityDate, getLegacyKey, getLocked, getLockedBy, getLockedDate, getName, getProject, getProjectId, getSystemLocked, getVersions, isItemAndProjectActive
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-