Package com.jamasoftware.velocity.api
Interface TestCycle
-
- All Superinterfaces:
ContourItem
,DomainObject
public interface TestCycle extends ContourItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getEndDate()
java.util.Date
getStartDate()
TestPlan
getTestPlan()
java.util.List<TestRunSet>
getTestRunSets()
-
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
-
-
-
-
Method Detail
-
getTestPlan
TestPlan getTestPlan()
-
getStartDate
java.util.Date getStartDate()
-
getEndDate
java.util.Date getEndDate()
-
getTestRunSets
java.util.List<TestRunSet> getTestRunSets()
-
-