CodeQLUploadResultsTool Class

Summary

Tool for uploading CodeQL Sarif result(s) to github
graph BT Type-->Base0["CodeQLTool<CodeQLUploadResultsToolSettings>"] Base0-->Base1["Tool<CodeQLUploadResultsToolSettings>"] Type["CodeQLUploadResultsTool"] class Type type-node

Syntax

public class CodeQLUploadResultsTool : CodeQLTool<CodeQLUploadResultsToolSettings>

Constructors

Methods

Name Value Summary
UploadSarifFileResults(CodeQLUploadResultsToolSettings) void
Uploads the sarif results of a CodeQL result to GitHub Server or GitHub

Extension Methods

Name Value Summary
Dump<CodeQLUploadResultsTool>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CodeQLUploadResultsTool>(CodeQLUploadResultsTool[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CodeQLUploadResultsTool>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<CodeQLUploadResultsTool>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<CodeQLUploadResultsTool>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<CodeQLUploadResultsTool>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin