Class Script

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

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

    • builder

      public static Script.ScriptBuilder builder()
    • getCode

      public String getCode()
    • getClazz

      public String getClazz()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getPreconditions

      public List<Step> getPreconditions()
    • getProcedures

      public List<Step> getProcedures()
    • getPostconditions

      public List<Step> getPostconditions()
    • getSuiteCode

      public String getSuiteCode()
    • getProjectId

      public UUID getProjectId()
    • getProjectVersion

      public String getProjectVersion()
    • isDeprecated

      public boolean isDeprecated()
    • getRelevance

      public Relevance getRelevance()
    • getComplexity

      public Complexity getComplexity()
    • getFlow

      public Flow getFlow()
    • getInclusion

      public Inclusion getInclusion()