Class TestResult

    • Constructor Detail

      • TestResult

        public TestResult()
    • Method Detail

      • getUuid

        public java.lang.String getUuid()
        Gets uuid.
        Returns:
        the uuid
      • setUuid

        public TestResult setUuid​(java.lang.String uuid)
        Sets uuid.
        Parameters:
        uuid - the value
        Returns:
        self for method chaining
      • getExternalId

        public java.lang.String getExternalId()
        Gets external id.
        Returns:
        the external id
      • setExternalId

        public TestResult setExternalId​(java.lang.String externalId)
        Sets external id.
        Parameters:
        externalId - the value
        Returns:
        self for method chaining
      • getWorkItemIds

        public java.util.List<java.lang.String> getWorkItemIds()
        Gets work item id.
        Returns:
        the work item id
      • setWorkItemIds

        public TestResult setWorkItemIds​(java.util.List<java.lang.String> workItemIds)
        Sets work item id.
        Parameters:
        workItemIds - the value
        Returns:
        self for method chaining
      • getClassName

        public java.lang.String getClassName()
        Gets class name.
        Returns:
        the class name
      • setClassName

        public TestResult setClassName​(java.lang.String className)
        Sets class name.
        Parameters:
        className - the value
        Returns:
        self for method chaining
      • getSpaceName

        public java.lang.String getSpaceName()
        Gets space name.
        Returns:
        the space name
      • setSpaceName

        public TestResult setSpaceName​(java.lang.String spaceName)
        Sets space name.
        Parameters:
        spaceName - the value
        Returns:
        self for method chaining
      • getAttachments

        public java.util.List<java.lang.String> getAttachments()
        Gets attachments.
        Specified by:
        getAttachments in interface ResultWithAttachments
        Returns:
        the attachments
      • setAttachments

        public TestResult setAttachments​(java.util.List<java.lang.String> attachments)
        Sets attachments.
        Parameters:
        attachments - the attachments
        Returns:
        self for method chaining
      • getLabels

        public java.util.List<Label> getLabels()
        Gets labels.
        Returns:
        the labels
      • setLabels

        public TestResult setLabels​(java.util.List<Label> labels)
        Sets labels.
        Parameters:
        labels - the labels
        Returns:
        self for method chaining
      • getLinkItems

        public java.util.List<LinkItem> getLinkItems()
        Gets links.
        Returns:
        the links
      • setLinkItems

        public TestResult setLinkItems​(java.util.List<LinkItem> linkItems)
        Sets links.
        Parameters:
        linkItems - the steps
        Returns:
        self for method chaining
      • getResultLinks

        public java.util.List<LinkItem> getResultLinks()
        Gets result links.
        Returns:
        the links
      • setResultLinks

        public TestResult setResultLinks​(java.util.List<LinkItem> resultLinks)
        Sets result links.
        Parameters:
        resultLinks - the test
        Returns:
        self for method chaining
      • getMessage

        public java.lang.String getMessage()
        Gets message.
        Returns:
        the message
      • setMessage

        public TestResult setMessage​(java.lang.String message)
        Sets message.
        Parameters:
        message - the message
        Returns:
        self for method chaining
      • getTitle

        public java.lang.String getTitle()
        Gets title.
        Returns:
        the title
      • setTitle

        public TestResult setTitle​(java.lang.String title)
        Sets title.
        Parameters:
        title - the value
        Returns:
        self for method chaining
      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • setName

        public TestResult setName​(java.lang.String name)
        Sets name.
        Parameters:
        name - the value
        Returns:
        self for method chaining
      • getItemStatus

        public ItemStatus getItemStatus()
        Gets item status.
        Returns:
        the item status
      • setItemStatus

        public TestResult setItemStatus​(ItemStatus itemStatus)
        Sets item status.
        Parameters:
        itemStatus - the value
        Returns:
        self for method chaining
      • getItemStage

        public ItemStage getItemStage()
        Gets item stage.
        Returns:
        the item stage
      • setItemStage

        public TestResult setItemStage​(ItemStage itemStage)
        Sets item stage.
        Parameters:
        itemStage - the value
        Returns:
        self for method chaining
      • getDescription

        public java.lang.String getDescription()
        Gets description.
        Returns:
        the description
      • setDescription

        public TestResult setDescription​(java.lang.String description)
        Sets description.
        Parameters:
        description - the value
        Returns:
        self for method chaining
      • setSteps

        public TestResult setSteps​(java.util.List<StepResult> steps)
        Sets steps.
        Parameters:
        steps - the steps
        Returns:
        self for method chaining
      • getStart

        public java.lang.Long getStart()
        Gets start.
        Returns:
        the start
      • setStart

        public TestResult setStart​(java.lang.Long start)
        Sets start.
        Parameters:
        start - the value
        Returns:
        self for method chaining
      • getStop

        public java.lang.Long getStop()
        Gets stop.
        Returns:
        the stop
      • setStop

        public TestResult setStop​(java.lang.Long stop)
        Sets stop.
        Parameters:
        stop - the value
        Returns:
        self for method chaining
      • getThrowable

        public java.lang.Throwable getThrowable()
        Gets throwable.
        Returns:
        the throwable
      • setThrowable

        public TestResult setThrowable​(java.lang.Throwable throwable)
        Sets throwable.
        Parameters:
        throwable - the value
        Returns:
        self for method chaining
      • getParameters

        public java.util.Map<java.lang.String,​java.lang.String> getParameters()
        Gets parameters.
        Returns:
        the parameters
      • setParameters

        public TestResult setParameters​(java.util.Map<java.lang.String,​java.lang.String> parameters)
        Sets parameters.
        Parameters:
        parameters - the value
        Returns:
        self for method chaining
      • getAutomaticCreationTestCases

        public boolean getAutomaticCreationTestCases()
        Gets automaticCreationTestCases.
        Returns:
        the automaticCreationTestCases
      • setAutomaticCreationTestCases

        public TestResult setAutomaticCreationTestCases​(boolean automaticCreationTestCases)
        Sets automaticCreationTestCases.
        Parameters:
        automaticCreationTestCases - the value
        Returns:
        self for method chaining
      • getExternalKey

        public java.lang.String getExternalKey()
        Gets externalKey.
        Returns:
        the externalKey
      • setExternalKey

        public TestResult setExternalKey​(java.lang.String externalKey)
        Sets externalKey.
        Parameters:
        externalKey - the value
        Returns:
        self for method chaining
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object