Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-plugin
  Commit: 789d65b4fdfa5e98a74977e23347c08e0bf1b8e5
      
https://github.com/jenkinsci/workflow-plugin/commit/789d65b4fdfa5e98a74977e23347c08e0bf1b8e5
  Author: Jesse Glick <[email protected]>
  Date:   2014-11-06 (Thu, 06 Nov 2014)

  Changed paths:
    M 
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/durable_task/ShellStepTest.java
    M api/src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecution.java
    M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
    M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
    A 
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/FlowInterruptedException.java
    M 
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/StepContext.java
    M 
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/StageStepExecution.java
    M 
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepExecution.java
    A 
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/Rejection.java
    R 
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/RejectionException.java

  Log Message:
  -----------
  Added FlowInterruptedException to set a result and cause of interruption in a 
controlled manner.
Using it from both StageStep and InputStep.
Removing FlowExecution.abort since it was just sugar for finish(ABORTED) and 
only had one (non-test) caller anyway.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to