Class Execution

java.lang.Object
org.probato.engine.execution.builder.Execution
All Implemented Interfaces:
Serializable

public class Execution extends Object implements Serializable
See Also:
  • Method Details

    • builder

      public static Execution.ExecutionBuilder builder()
    • getId

      public UUID getId()
    • getScriptCode

      public String getScriptCode()
    • getSuiteCode

      public String getSuiteCode()
    • getProjectId

      public UUID getProjectId()
    • getProjectVersion

      public String getProjectVersion()
    • getIncrement

      public Long getIncrement()
    • getEvaluation

      public Evaluation getEvaluation()
    • getRelevance

      public Relevance getRelevance()
    • getComplexity

      public Complexity getComplexity()
    • getFlow

      public Flow getFlow()
    • getInclusion

      public String getInclusion()
    • getSo

      public String getSo()
    • getBrowserName

      public String getBrowserName()
    • getBrowserVersion

      public String getBrowserVersion()
    • getBrowserMode

      public DimensionMode getBrowserMode()
    • getBrowserHeadless

      public Boolean getBrowserHeadless()
    • getStart

      public ZonedDateTime getStart()
    • getEnd

      public ZonedDateTime getEnd()
    • getRuntime

      public Long getRuntime()
    • getMotive

      public String getMotive()
    • getImage

      public UUID getImage()
    • getVideo

      public UUID getVideo()
    • getDatasetFilePath

      public List<String> getDatasetFilePath()
    • getDatasetHeaders

      public List<String> getDatasetHeaders()
    • getDatasetContent

      public List<String> getDatasetContent()
    • getSqlFilesPath

      public Map<String,List<String>> getSqlFilesPath()
    • getPreconditions

      public List<Step> getPreconditions()
    • getProcedures

      public List<Step> getProcedures()
    • getPostconditions

      public List<Step> getPostconditions()
    • getStepsPreconditions

      public List<Step> getStepsPreconditions()
    • getStepsProcedures

      public List<Step> getStepsProcedures()
    • getStepsPostconditions

      public List<Step> getStepsPostconditions()