Class GHSBOM.CreationInfo

java.lang.Object
org.kohsuke.github.GHSBOM.CreationInfo
Enclosing class:
GHSBOM

public static class GHSBOM.CreationInfo extends Object
Represents the creation information for an SBOM.
  • Constructor Details

    • CreationInfo

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

    • getCreated

      public String getCreated()
      Gets the creation timestamp.
      Returns:
      the creation timestamp in ISO 8601 format
    • getCreators

      public List<String> getCreators()
      Gets the list of creators.
      Returns:
      the list of creators (e.g., "Tool: GitHub.com-Dependency-Graph")