Class GHSBOMExportResult

java.lang.Object
org.kohsuke.github.GHSBOMExportResult

public class GHSBOMExportResult extends Object
Represents the result of exporting an SBOM from a repository.
See Also:
  • Constructor Details

    • GHSBOMExportResult

      public GHSBOMExportResult()
      Create default GHSBOMExportResult instance.
  • Method Details

    • getSbom

      public GHSBOM getSbom()
      Gets the SBOM.
      Returns:
      the SBOM