-
class CancellableStage.Result
-
-
Constructor Summary
Constructors Constructor Description Result(StageExecution stage, Map<String, Object> details)
-
Method Summary
Modifier and Type Method Description final StringgetStageId()final Map<String, Object>getDetails()-
-
Constructor Detail
-
Result
Result(StageExecution stage, Map<String, Object> details)
-
-
Method Detail
-
getStageId
final String getStageId()
-
getDetails
final Map<String, Object> getDetails()
-
-
-
-