java.lang.Object
org.jenkinsci.plugins.workflow.support.steps.input.Outcome
All Implemented Interfaces:
Serializable

public final class Outcome extends Object implements Serializable
Result of an evaluation. Either represents a value in case of a normal return, or a throwable object in case of abnormal return. Note that both fields can be null, in which case it means a normal return of the value 'null'.
Author:
Kohsuke Kawaguchi
See Also: