GrypeDbDeleteSettings Class

Summary

Contains the settings for grype db delete.
Assembly
Cake.Grype.dll
Namespace
Cake.Grype.Db
Base Types
graph BT Type-->Base0["GrypeSettings"] click Base0 "/api/Cake.Grype/GrypeSettings" Base0-->Base1["ToolSettings"] Type["GrypeDbDeleteSettings"] class Type type-node

Syntax

public sealed class GrypeDbDeleteSettings : GrypeSettings

Constructors

Properties

Name Value Summary
ConfigFiles ICollection<FilePath>
Gets or sets the Grype configuration files to use (-c, repeatable). Relative paths are resolved against the working directory.
Inherited from GrypeSettings
Profiles ICollection<string>
Gets or sets the configuration profiles to use (--profile, repeatable).
Inherited from GrypeSettings
Quiet bool
Gets or sets a value indicating whether all logging output is suppressed (-q).
Inherited from GrypeSettings
Verbosity GrypeVerbosity
Gets or sets the log verbosity (-v or -vv).
Inherited from GrypeSettings

Extension Methods

Name Value Summary
Dump<GrypeDbDeleteSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GrypeDbDeleteSettings>(GrypeDbDeleteSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GrypeDbDeleteSettings>(string) void
Requires the Cake.Issues addin
NotNull<GrypeDbDeleteSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
ThrowIfNull<GrypeDbDeleteSettings>(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<GrypeDbDeleteSettings>(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
ToStringWithNullMarkup() string
Requires the Cake.Issues addin