Class TestExecutionRecord
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.client.oslc.resources.QmResource
org.eclipse.lyo.client.oslc.resources.TestExecutionRecord
- All Implemented Interfaces:
IExtendedResource
,IResource
@Deprecated
@OslcResourceShape(title="Quality Management Resource Shape",
describes="http://open-services.net/ns/qm#TestExecutionRecord")
@OslcNamespace("http://open-services.net/ns/qm#")
public class TestExecutionRecord
extends QmResource
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBlockedByChangeRequest
(Link blockingChangeRequest) Deprecated.void
addContributor
(URI contributor) Deprecated.void
addCreator
(URI creator) Deprecated.void
addRelatedChangeRequest
(Link relatedChangeRequest) Deprecated.Link[]
Deprecated.URI[]
Deprecated.URI[]
Deprecated.protected URI
Deprecated.Link[]
Deprecated.Deprecated.Deprecated.Deprecated.void
setBlockedByChangeRequests
(Link[] blockedByChangeRequests) Deprecated.void
setContributors
(URI[] contributors) Deprecated.void
setCreators
(URI[] creators) Deprecated.void
setRelatedChangeRequests
(Link[] relatedChangeRequests) Deprecated.void
setReportsOnTestPlan
(Link reportsOnTestPlan) Deprecated.void
setRunsOnTestEnvironment
(URI runsOnTestEnvironment) Deprecated.void
setRunsTestCase
(Link runsTestCase) Deprecated.Methods inherited from class org.eclipse.lyo.client.oslc.resources.QmResource
addRdfType, getCreated, getIdentifier, getInstanceShape, getModified, getRdfTypes, getServiceProvider, getTitle, setCreated, setIdentifier, setInstanceShape, setModified, setRdfTypes, setServiceProvider, setTitle
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
Constructor Details
-
TestExecutionRecord
public TestExecutionRecord()Deprecated.
-
-
Method Details
-
getRdfType
Deprecated.- Specified by:
getRdfType
in classQmResource
-
addBlockedByChangeRequest
Deprecated. -
addContributor
Deprecated. -
addCreator
Deprecated. -
addRelatedChangeRequest
Deprecated. -
getContributors
@OslcDescription("The person(s) who are responsible for the work needed to complete the change request.") @OslcName("contributor") @OslcPropertyDefinition("http://purl.org/dc/terms/contributor") @OslcRange("http://xmlns.com/foaf/0.1/Person") @OslcTitle("Contributors") public URI[] getContributors()Deprecated. -
getCreators
@OslcDescription("Creator or creators of resource.") @OslcName("creator") @OslcPropertyDefinition("http://purl.org/dc/terms/creator") @OslcRange("http://xmlns.com/foaf/0.1/Person") @OslcTitle("Creators") public URI[] getCreators()Deprecated. -
getBlockedByChangeRequests
@OslcDescription("Change Request that prevents execution of the Test Execution Record.") @OslcName("blockedByChangeRequest") @OslcPropertyDefinition("http://open-services.net/ns/qm#blockedByChangeRequest") @OslcRange("http://open-services.net/ns/cm#ChangeRequest") @OslcReadOnly(false) @OslcTitle("Blocked By Change Request") public Link[] getBlockedByChangeRequests()Deprecated. -
getRelatedChangeRequests
@OslcDescription("This relationship is loosely coupled and has no specific meaning.") @OslcName("relatedChangeRequest") @OslcPropertyDefinition("http://open-services.net/ns/qm#relatedChangeRequest") @OslcRange("http://open-services.net/ns/cm#ChangeRequest") @OslcReadOnly(false) @OslcTitle("Related Change Requests") public Link[] getRelatedChangeRequests()Deprecated. -
getReportsOnTestPlan
@OslcDescription("Test Plan that the Test Execution Record reports on.") @OslcName("reportsOnTestPlan") @OslcPropertyDefinition("http://open-services.net/ns/qm#reportsOnTestPlan") @OslcRange("http://open-services.net/ns/qm#TestPlan") @OslcReadOnly(false) @OslcTitle("Reports On Test Plan") public Link getReportsOnTestPlan()Deprecated. -
getRunsOnTestEnvironment
@OslcDescription("Indicates the environment details of the test case for this execution record.") @OslcPropertyDefinition("http://open-services.net/ns/qm#runsOnTestEnvironment") @OslcTitle("Runs On Test Environment") public URI getRunsOnTestEnvironment()Deprecated. -
getRunsTestCase
@OslcDescription("Test Case run by the Test Execution Record.") @OslcName("runsTestCase") @OslcPropertyDefinition("http://open-services.net/ns/qm#runsTestCase") @OslcRange("http://open-services.net/ns/qm#TestCase") @OslcReadOnly(false) @OslcTitle("Runs Test Case") public Link getRunsTestCase()Deprecated. -
setBlockedByChangeRequests
Deprecated. -
setContributors
Deprecated. -
setCreators
Deprecated. -
setRelatedChangeRequests
Deprecated. -
setReportsOnTestPlan
Deprecated. -
setRunsOnTestEnvironment
Deprecated. -
setRunsTestCase
Deprecated.
-