Package step.artefacts.reports
Class CallFunctionReportNode
java.lang.Object
step.core.accessors.AbstractIdentifiableObject
step.core.artefacts.reports.ReportNode
step.artefacts.reports.CallFunctionReportNode
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected jakarta.json.JsonObject
protected String
Fields inherited from class step.core.artefacts.reports.ReportNode
artefactID, artefactInstance, attachments, customAttributes, duration, error, executionID, executionTime, isContributingError, isOrphan, name, parentID, resolvedArtefact, status
Fields inherited from class step.core.accessors.AbstractIdentifiableObject
customFields, ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()
List<step.core.reports.Measure>
jakarta.json.JsonObject
void
setAgentUrl
(String agentUrl) void
setFunctionAttributes
(Map<String, String> functionAttributes) void
setFunctionId
(String functionId) void
void
setMeasures
(List<step.core.reports.Measure> measures) void
void
setOutputObject
(jakarta.json.JsonObject outputObject) void
setTokenId
(String tokenId) Methods inherited from class step.core.artefacts.reports.ReportNode
addAttachment, addCustomAttribute, addError, getArtefactID, getArtefactInstance, getAttachments, getContributingError, getCustomAttribute, getCustomAttributes, getDuration, getError, getExecutionID, getExecutionTime, getName, getParentID, getResolvedArtefact, getStatus, isOrphan, setArtefactID, setArtefactInstance, setAttachments, setContributingError, setCustomAttributes, setDuration, setError, setError, setExecutionID, setExecutionTime, setName, setOrphan, setParentID, setResolvedArtefact, setStatus, setVariableInParentScope
Methods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
-
Field Details
-
functionId
-
functionAttributes
-
agentUrl
-
tokenId
-
input
-
output
-
outputObject
protected jakarta.json.JsonObject outputObject
-
-
Constructor Details
-
CallFunctionReportNode
public CallFunctionReportNode()
-
-
Method Details
-
getAgentUrl
-
setAgentUrl
-
getTokenId
-
setTokenId
-
getInput
-
setInput
-
getOutput
-
setOutput
-
getOutputObject
public jakarta.json.JsonObject getOutputObject() -
setOutputObject
public void setOutputObject(jakarta.json.JsonObject outputObject) -
getFunctionId
-
setFunctionId
-
getFunctionAttributes
-
setFunctionAttributes
-
getMeasures
-
setMeasures
-
getReportAsString
- Overrides:
getReportAsString
in classReportNode
- Returns:
- a string representation of this report node. This method is called by report generators like the JUnit runner
-