Class AuditComponentChangeBuilder
java.lang.Object
com.codebarrel.automation.api.audit.builder.AuditComponentChangeBuilder
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemToNotify(NotificationEntityType type, String id) addMessage(String messageKey, String param) addSuccess(String successKey, String param) voidComponents can use this during execution to elect to be excluded from the audit log completely.voidfinish()Deprecated.booleanvoidsetChildComponent(ComponentIdentity childIdentity) Some components (for example if blocks) can execute child components inline.setNameKey(String nameKey)
-
Method Details
-
addAssociatedItem
-
addError
-
addSuccess
-
addMessage
-
setNameKey
-
stopClock
-
addItemToNotify
-
setState
-
getItemId
Deprecated. -
getExecution
-
isAggressiveRequestTimeoutThresholdReached
public boolean isAggressiveRequestTimeoutThresholdReached() -
setChildComponent
Some components (for example if blocks) can execute child components inline. They may want to add extra context to the auditlog about which child component is being executed.- Parameters:
childIdentity- the identity of the child component
-
excludeFromAuditlog
public void excludeFromAuditlog()Components can use this during execution to elect to be excluded from the audit log completely. -
finish
public void finish() -
getAuditItemBuilder
-