| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.withAssociatedRule(ReportingDescriptorReference associatedRule) |
Notification |
Notification.withDescriptor(ReportingDescriptorReference descriptor) |
Notification |
Notification.withException(Exception exception) |
Notification |
Notification.withLevel(Notification.Level level) |
Notification |
Notification.withLocations(Set<Location> locations) |
Notification |
Notification.withMessage(Message message) |
Notification |
Notification.withProperties(PropertyBag properties) |
Notification |
Notification.withThreadId(Integer threadId) |
Notification |
Notification.withTimeUtc(Date timeUtc) |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
Invocation.getToolConfigurationNotifications()
A list of conditions detected by the tool that are relevant to the tool's configuration.
|
List<Notification> |
Invocation.getToolExecutionNotifications()
A list of runtime conditions detected by the tool during the analysis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Invocation.setToolConfigurationNotifications(List<Notification> toolConfigurationNotifications)
A list of conditions detected by the tool that are relevant to the tool's configuration.
|
void |
Invocation.setToolExecutionNotifications(List<Notification> toolExecutionNotifications)
A list of runtime conditions detected by the tool during the analysis.
|
Invocation |
Invocation.withToolConfigurationNotifications(List<Notification> toolConfigurationNotifications) |
Invocation |
Invocation.withToolExecutionNotifications(List<Notification> toolExecutionNotifications) |
Copyright © 2020 Contrast Security. All rights reserved.