Class TestScript

All Implemented Interfaces:
IExtendedResource, IResource

@Deprecated @OslcResourceShape(title="Quality Management Resource Shape", describes="http://open-services.net/ns/qm#TestScript") @OslcNamespace("http://open-services.net/ns/qm#") public class TestScript extends QmResource
Deprecated.
See Also:
  • Constructor Details

    • TestScript

      public TestScript()
      Deprecated.
  • Method Details

    • getRdfType

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

      public void addContributor(URI contributor)
      Deprecated.
    • addCreator

      public void addCreator(URI creator)
      Deprecated.
    • addRelatedChangeRequest

      public void addRelatedChangeRequest(Link relatedChangeRequest)
      Deprecated.
    • addValidatesRequirement

      public void addValidatesRequirement(Link requirement)
      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.
    • getDescription

      @OslcDescription("Descriptive text (reference: Dublin Core) about resource represented as rich text in XHTML content.") @OslcPropertyDefinition("http://purl.org/dc/terms/description") @OslcTitle("Description") @OslcValueType(XMLLiteral) public String getDescription()
      Deprecated.
    • getExecutionInstructions

      @OslcDescription("Instructions for executing the test script.") @OslcPropertyDefinition("http://open-services.net/ns/qm#executionInstructions") @OslcTitle("Execution Instructions") public URI getExecutionInstructions()
      Deprecated.
    • getRelatedChangeRequests

      @OslcDescription("A related change request.") @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.
    • getValidatesRequirements

      @OslcDescription("Requirement that is validated by the Test Case.") @OslcName("validatesRequirement") @OslcPropertyDefinition("http://open-services.net/ns/qm#validatesRequirement") @OslcRange("http://open-services.net/ns/rm#Requirement") @OslcReadOnly(false) @OslcTitle("Validates Requirement") public Link[] getValidatesRequirements()
      Deprecated.
    • setContributors

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

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

      public void setDescription(String description)
      Deprecated.
    • setExecutionInstructions

      public void setExecutionInstructions(URI executionInstructions)
      Deprecated.
    • setRelatedChangeRequests

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

      public void setValidatesRequirements(Link[] validatesRequirements)
      Deprecated.