Package edu.umd.cs.findbugs.sarif
Class Invocation
- java.lang.Object
-
- edu.umd.cs.findbugs.sarif.Invocation
-
class Invocation extends java.lang.Object
- See Also:
- 3.20 invocation object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
executionSuccessful
private int
exitCode
private java.lang.String
exitCodeDescription
private java.util.List<Notification>
toolConfigurationNotifications
private java.util.List<Notification>
toolExecutionNotifications
-
Constructor Summary
Constructors Constructor Description Invocation(int exitCode, java.lang.String exitCodeDescription, boolean executionSuccessful, java.util.List<Notification> toolExecutionNotifications, java.util.List<Notification> toolConfigurationNotifications)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) com.google.gson.JsonObject
toJsonObject()
-
-
-
Field Detail
-
exitCode
private final int exitCode
-
exitCodeDescription
@NonNull private final java.lang.String exitCodeDescription
-
executionSuccessful
private final boolean executionSuccessful
-
toolExecutionNotifications
@NonNull private final java.util.List<Notification> toolExecutionNotifications
-
toolConfigurationNotifications
@NonNull private final java.util.List<Notification> toolConfigurationNotifications
-
-
Constructor Detail
-
Invocation
Invocation(int exitCode, @NonNull java.lang.String exitCodeDescription, boolean executionSuccessful, @NonNull java.util.List<Notification> toolExecutionNotifications, @NonNull java.util.List<Notification> toolConfigurationNotifications)
-
-
Method Detail
-
toJsonObject
@NonNull com.google.gson.JsonObject toJsonObject()
-
-