Class ExecutionContextHolder

java.lang.Object
org.probato.engine.execution.ExecutionContextHolder

public class ExecutionContextHolder extends Object
  • Method Details

    • setContent

      public static void setContent(Object content)
    • getContent

      public static Object getContent()
    • setIncrement

      public static void setIncrement(Long increment)
    • setVersion

      public static void setVersion(String version)
    • getIncrement

      public static Long getIncrement()
    • getVersion

      public static String getVersion()
    • isCollectionMode

      public static boolean isCollectionMode()
    • onCollectionMode

      public static void onCollectionMode()
    • offCollectionMode

      public static void offCollectionMode()
    • setThrowable

      public static void setThrowable(Throwable throwable)
    • getThrowable

      public static Throwable getThrowable()
    • addAction

      public static void addAction(String action)
    • addStep

      public static void addStep(String step)
    • getActions

      public static List<Step> getActions()
    • getSteps

      public static List<Step> getSteps()
    • cleanActions

      public static void cleanActions()
    • cleanSteps

      public static void cleanSteps()
    • clean

      public static void clean()