- add(String, boolean) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- add(String, double) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- add(String, int) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- add(String, long) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- add(String, String) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- addAttachment(Attachment) - Method in class step.functions.io.OutputBuilder
-
Adds an attachment to the output
- addAttachments(List<Attachment>) - Method in class step.functions.io.OutputBuilder
-
Adds attachments to the output
- addMeasure(String, long) - Method in class step.functions.io.OutputBuilder
-
Adds a performance measurement
- addMeasure(String, long, Map<String, Object>) - Method in class step.functions.io.OutputBuilder
-
Adds a performance measurement with custom data
- appendError(String) - Method in class step.functions.io.OutputBuilder
-
Appends a technical error message.