Class Run

    • Constructor Detail

      • Run

        public Run()
      • Run

        public Run​(String id,
                   String name,
                   String projectId,
                   RunType runType,
                   OffsetDateTime startTime,
                   BigDecimal completionPercentage,
                   String parentConfigurationId,
                   long casesToBeExecuted,
                   long testCasesExecuted,
                   Long caseIndex,
                   Long runIndex,
                   RunState state,
                   RunVerdict verdict,
                   List<FailureSummaryEntry> failureSummary,
                   String resultId)
        Constructor.
        Parameters:
        id - Run id
        name - Name of the run
        projectId - Project id
        runType - type of the run
        startTime - start time of the run
        parentConfigurationId - Id of the parent configuration of this run
        casesToBeExecuted - How many cases are to be executed in this run.
        caseIndex - Case index.
        runIndex - Run index.
        state - Current state of run.
        verdict - Verdict for run.
        failureSummary - Failure summary.
      • Run

        public Run​(String runId)
    • Method Detail

      • getResultId

        public String getResultId()
      • setRunIndex

        public void setRunIndex​(long runIndex)
      • setCaseIndex

        public void setCaseIndex​(long caseIndex)
      • getCaseIndex

        public Long getCaseIndex()
      • getRunIndex

        public Long getRunIndex()
      • setVerdict

        public void setVerdict​(RunVerdict verdict)
      • setState

        public void setState​(RunState state)
      • getTargetDirectory

        public File getTargetDirectory()
      • setTargetDirectory

        public void setTargetDirectory​(File targetDirectory)
      • getCasesToBeExecuted

        public long getCasesToBeExecuted()
      • setCasesToBeExecuted

        public void setCasesToBeExecuted​(long casesToBeExecuted)
      • getTestCasesExecuted

        public long getTestCasesExecuted()
      • setResultId

        public void setResultId​(String resultId)
      • getCompletionPercentage

        public BigDecimal getCompletionPercentage()
      • setCompletionPercentage

        public void setCompletionPercentage​(BigDecimal completionPercentage)