com.jamasoftware.contour.qa.domain
Class TestRun
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.ContourItem
com.jamasoftware.contour.qa.domain.TestRun
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
@Indexed
public class TestRun
- extends ContourItem
- See Also:
- Serialized Form
| Fields inherited from class com.jamasoftware.contour.domain.ContourItem |
active, attachment, CONTOURITEM_FIELD_NAMES, createdBy, createdDate, customFields, DEFAULT_ENTITYTYPE_VALUE, description, documentKey, documentType, hibVersion, id, legacyKey, locked, lockedBy, lockedDate, modifiedBy, modifiedDate, name, project, versions |
| Methods inherited from class com.jamasoftware.contour.domain.ContourItem |
addDocumentVersion, getActive, getAttachment, getChildDocumentType, getCreatedBy, getCreatedDate, getCurrentVersion, getCustomFields, getDescription, getDocumentKey, getDocumentType, getEntityType, getHibVersion, getId, getIsFolder, getIsStructureOnly, getLegacyKey, getLocked, getLockedBy, getLockedDate, getModifiedBy, getModifiedDate, getName, getOrganizationId, getProject, getVersions, getXmlToString, removeDocumentVersion, setActive, setAttachment, setCreatedBy, setCreatedDate, setCustomFields, setDescription, setDocumentKey, setDocumentType, setEntityType, setHibVersion, setId, setIsStructureOnly, setLegacyKey, setLocked, setLockedBy, setLockedDate, setModifiedBy, setModifiedDate, setName, setOrganizationId, setProject, setVersions |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TESTRUN_FIELD_NAMES
public static final java.util.List<java.lang.String> TESTRUN_FIELD_NAMES
TestRun
public TestRun()
TestRun
public TestRun(java.lang.Integer id)
accept
public <R,P> R accept(ContourItemVisitor<R,P> visitor,
P p)
- Description copied from class:
ContourItem
- Visitor pattern accept method
- Specified by:
accept in class ContourItem
- Type Parameters:
R - The return typeP - The optional parameter type (can be Void)- Parameters:
visitor - The ContourItemVisitorp - The parameter
- Returns:
- Some return value of type R
setSortOrder
public void setSortOrder(java.lang.Integer sortOrder)
getSortOrder
public java.lang.Integer getSortOrder()
getAssignedTo
public User getAssignedTo()
setAssignedTo
public void setAssignedTo(User assignedTo)
getTestCase
public Document getTestCase()
setTestCase
public void setTestCase(Document testCase)
getTestRunSet
public TestRunSet getTestRunSet()
setTestRunSet
public void setTestRunSet(TestRunSet testRunSet)
getTestCycle
public TestCycle getTestCycle()
getTestPlan
public TestPlan getTestPlan()
getTestRunSteps
public java.util.List<TestRunStep> getTestRunSteps()
setTestRunSteps
public void setTestRunSteps(java.util.List<TestRunStep> testRunSteps)
getDuration
public java.lang.Integer getDuration()
setDuration
public void setDuration(java.lang.Integer duration)
getTestRunStatus
@Field(name="testRunStatus")
@FieldBridge(impl=com.jamasoftware.contour.util.search.bridge.TestRunStatusFieldBridge.class)
public TestRunStatus getTestRunStatus()
setTestRunStatus
public void setTestRunStatus(TestRunStatus testRunStatus)
getActualResults
public java.lang.String getActualResults()
setActualResults
public void setActualResults(java.lang.String actualResults)
getTestCaseVersionNumber
public java.lang.String getTestCaseVersionNumber()
setTestCaseVersionNumber
public void setTestCaseVersionNumber(java.lang.String testCaseVersionNumber)
obtainAclObjectIdentity
public com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()
- Specified by:
obtainAclObjectIdentity in interface DomainObject- Overrides:
obtainAclObjectIdentity in class DomainObjectBaseSupport
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getContent
public java.lang.String getContent()
- Overrides:
getContent in class ContourItem
- Returns:
- The content of this class for use in indexing
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.