Invocation
The runtime environment of the analysis tool run.
Properties
Link copied to clipboard
The command line used to invoke the tool.
Link copied to clipboard
The Coordinated Universal Time (UTC) date and time at which the invocation ended.
Link copied to clipboard
@SerializedName(value = "environmentVariables" )
@Expose
The environment variables associated with the analysis tool process, expressed as key/value pairs.
Link copied to clipboard
Specifies the location of an artifact.
Link copied to clipboard
Specifies whether the tool's execution completed successfully.
Link copied to clipboard
The reason for the process exit.
Link copied to clipboard
The name of the signal that caused the process to exit.
Link copied to clipboard
The numeric value of the signal that caused the process to exit.
Link copied to clipboard
@SerializedName(value = "notificationConfigurationOverrides" )
@Expose
An array of configurationOverride objects that describe notifications related runtime overrides.
Link copied to clipboard
@SerializedName(value = "processStartFailureMessage" )
@Expose
The reason given by the operating system that the process failed to start.
Link copied to clipboard
Key/value pairs that provide additional information about the object.
Link copied to clipboard
The locations of any response files specified on the tool's command line.
Link copied to clipboard
@SerializedName(value = "ruleConfigurationOverrides" )
@Expose
An array of configurationOverride objects that describe rules related runtime overrides.
Link copied to clipboard
The Coordinated Universal Time (UTC) date and time at which the invocation started.
Link copied to clipboard
Specifies the location of an artifact.
Link copied to clipboard
Specifies the location of an artifact.
Link copied to clipboard
Specifies the location of an artifact.
Link copied to clipboard
Specifies the location of an artifact.
Link copied to clipboard
@SerializedName(value = "toolConfigurationNotifications" )
@Expose
A list of conditions detected by the tool that are relevant to the tool's configuration.
Link copied to clipboard
@SerializedName(value = "toolExecutionNotifications" )
@Expose
A list of runtime conditions detected by the tool during the analysis.
Link copied to clipboard
Specifies the location of an artifact.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withNotificationConfigurationOverrides(notificationConfigurationOverrides: Set<ConfigurationOverride>): Invocation
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withRuleConfigurationOverrides(ruleConfigurationOverrides: Set<ConfigurationOverride>): Invocation
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withToolConfigurationNotifications(toolConfigurationNotifications: List<Notification>): Invocation
Link copied to clipboard
Link copied to clipboard