Value - Result or product of the derivation, other than the indication
if it is successfully produced.@ExportedBean public class DerivedPageComponentReport<Value> extends Object
Result derivation success and Value outcome.| Constructor and Description |
|---|
DerivedPageComponentReport(hudson.model.Result result,
Value value) |
public DerivedPageComponentReport(hudson.model.Result result,
Value value)
result - Result indicating if derivation of value is
successful.value - Value calculated for this component of the derived
page.@Exported public hudson.model.Result getResult()
Result of for executing the logic to obtaining the
Value for this component of the derived page. Inheriting
implementations may establish their own convention for how to handle an
unsuccessful Value derivation. Some use cases may omit the component,
some might invalidate the entire derived page, some might substitute a
default or null-indicative value, or some might ignore 'success' entirely.@Exported public Value getValue()
Copyright © 2004-2015. All Rights Reserved.