Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.ToolExecutionNotification
-
Packages that use SarifLog.ToolExecutionNotification Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.ToolExecutionNotification in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.ToolExecutionNotification Modifier and Type Method Description SarifLog.ToolExecutionNotificationSarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilder. build()SarifLog.ToolExecutionNotificationSarifLog.ToolExecutionNotification. setException(SarifLog.Exception exception)A exception component to detail the tool exceptionSarifLog.ToolExecutionNotificationSarifLog.ToolExecutionNotification. setLocations(List<SarifLog.Location> locations)A list of related locations to the errorSarifLog.ToolExecutionNotificationSarifLog.ToolExecutionNotification. setMessage(SarifLog.Message message)A message component to detail the runtime errorMethods in net.sourceforge.pmd.renderers.internal.sarif that return types with arguments of type SarifLog.ToolExecutionNotification Modifier and Type Method Description List<SarifLog.ToolExecutionNotification>SarifLog.Invocation. getToolExecutionNotifications()Method parameters in net.sourceforge.pmd.renderers.internal.sarif with type arguments of type SarifLog.ToolExecutionNotification Modifier and Type Method Description SarifLog.InvocationSarifLog.Invocation. setToolExecutionNotifications(List<SarifLog.ToolExecutionNotification> toolExecutionNotifications)SarifLog.Invocation.InvocationBuilderSarifLog.Invocation.InvocationBuilder. toolExecutionNotifications(List<SarifLog.ToolExecutionNotification> toolExecutionNotifications)
-