Class ThreadTaskResult

java.lang.Object
org.jenkinsci.plugins.workflow.cps.ThreadTaskResult

public class ThreadTaskResult extends Object
Indicates the next step after the ThreadTask has run.
Author:
Kohsuke Kawaguchi
See Also:
  • Method Details

    • resumeWith

      public static ThreadTaskResult resumeWith(com.cloudbees.groovy.cps.Outcome o)
    • suspendWith

      public static ThreadTaskResult suspendWith(com.cloudbees.groovy.cps.Outcome o)