Type | Name and description |
---|---|
java.util.ArrayList<Action> |
actions |
java.util.Map |
cache For multirow properties we should preserve previous values Use flush() to clear the cache |
java.util.ArrayList<java.lang.String> |
cacheableActions |
Context |
context This class is a representation of a set of result values (properties, outcomes, output parameters). |
boolean |
isApplied |
java.util.ArrayList<java.lang.String> |
jobStepOutcomes |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
apply() |
|
void |
applyAndFlush() |
|
void |
applyIfNotApplied() |
|
void |
flush() |
|
void |
setJobStepOutcome(java.lang.String outcomeName) |
|
void |
setJobStepSummary(java.lang.String value) |
|
void |
setJobSummary(java.lang.String value) |
|
void |
setOutcomeProperty(java.lang.String path, java.lang.String value) |
|
void |
setOutputParameter(java.lang.String name, java.lang.String value) |
|
void |
setPipelineSummary(java.lang.String pipelineProperty, java.lang.String pipelineSummary) |
|
void |
setReportUrl(java.lang.String reportName, java.lang.String reportUrl, java.lang.String linkName = 'Download Report') |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
For multirow properties we should preserve previous values Use flush() to clear the cache
This class is a representation of a set of result values (properties, outcomes, output parameters).