java.lang.Object
org.kohsuke.github.GHSBOM.CreationInfo
- Enclosing class:
- GHSBOM
Represents the creation information for an SBOM.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the creation timestamp.Gets the list of creators.
-
Constructor Details
-
CreationInfo
public CreationInfo()Create default CreationInfo instance.
-
-
Method Details
-
getCreated
Gets the creation timestamp.- Returns:
- the creation timestamp in ISO 8601 format
-
getCreators
Gets the list of creators.- Returns:
- the list of creators (e.g., "Tool: GitHub.com-Dependency-Graph")
-