com.codacy.plugins.api.results.Result
See theResult companion trait
object Result
Attributes
Members list
Type members
Classlikes
case class FileError(filename: File, message: Option[ErrorMessage]) extends Result
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Resultclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Resultclass Objecttrait Matchableclass AnyShow all
object Level extends Enumeration
Attributes
- Supertypes
-
class Enumerationtrait Serializableclass Objecttrait Matchableclass Any
- Self type
-
Level.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class Message(value: String) extends AnyVal
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass AnyValtrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
SBOM - Software Bill of Materials
SBOM - Software Bill of Materials
A SBOM declares the inventory of components used to build a software artifact, including any open source and proprietary software components.
This class models CycloneDX 1.6 BOM format.
Value parameters
- bomFormat
-
The format of the SBOM.
- components
-
A list of software components.
- dependencies
-
Document dependency relationships between components.
- metadata
-
SBOM metadata.
- specVersion
-
The version of the SBOM format used to build this SBOM.
Attributes
object SBOM
final case class Suggestion(value: String) extends AnyVal
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass AnyValtrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article