Class 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.
See Also:
  • Constructor Details

    • TestExecutionRecord

      public TestExecutionRecord()
      Deprecated.
  • Method Details

    • getRdfType

      protected URI getRdfType()
      Deprecated.
      Specified by:
      getRdfType in class QmResource
    • addBlockedByChangeRequest

      public void addBlockedByChangeRequest(Link blockingChangeRequest)
      Deprecated.
    • addContributor

      public void addContributor(URI contributor)
      Deprecated.
    • addCreator

      public void addCreator(URI creator)
      Deprecated.
    • addRelatedChangeRequest

      public void addRelatedChangeRequest(Link relatedChangeRequest)
      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

      public void setBlockedByChangeRequests(Link[] blockedByChangeRequests)
      Deprecated.
    • setContributors

      public void setContributors(URI[] contributors)
      Deprecated.
    • setCreators

      public void setCreators(URI[] creators)
      Deprecated.
    • setRelatedChangeRequests

      public void setRelatedChangeRequests(Link[] relatedChangeRequests)
      Deprecated.
    • setReportsOnTestPlan

      public void setReportsOnTestPlan(Link reportsOnTestPlan)
      Deprecated.
    • setRunsOnTestEnvironment

      public void setRunsOnTestEnvironment(URI runsOnTestEnvironment)
      Deprecated.
    • setRunsTestCase

      public void setRunsTestCase(Link runsTestCase)
      Deprecated.