Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Invocation
-
Packages that use SarifLog.Invocation Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.Invocation in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.Invocation Modifier and Type Method Description SarifLog.InvocationSarifLog.Invocation.InvocationBuilder. build()SarifLog.InvocationSarifLog.Invocation. setExecutionSuccessful(Boolean executionSuccessful)SarifLog.InvocationSarifLog.Invocation. setToolConfigurationNotifications(List<SarifLog.ToolConfigurationNotification> toolConfigurationNotifications)SarifLog.InvocationSarifLog.Invocation. setToolExecutionNotifications(List<SarifLog.ToolExecutionNotification> toolExecutionNotifications)Methods in net.sourceforge.pmd.renderers.internal.sarif that return types with arguments of type SarifLog.Invocation Modifier and Type Method Description List<SarifLog.Invocation>SarifLog.Run. getInvocations()The set of invocations providing information about the tool execution such as configuration errors or runtime exceptionsMethod parameters in net.sourceforge.pmd.renderers.internal.sarif with type arguments of type SarifLog.Invocation Modifier and Type Method Description SarifLog.Run.RunBuilderSarifLog.Run.RunBuilder. invocations(List<SarifLog.Invocation> invocations)The set of invocations providing information about the tool execution such as configuration errors or runtime exceptionsSarifLog.RunSarifLog.Run. setInvocations(List<SarifLog.Invocation> invocations)The set of invocations providing information about the tool execution such as configuration errors or runtime exceptions
-