OBJECT
SpringArtifactRepositoryVersion
Spring Artifact Repository commit information capturing repository snapshot
link GraphQL Schema definition
- type SpringArtifactRepositoryVersion implements Node, RepositoryVersion {
- # Optional ArtifactMetadataVersions with which this RepositoryVersion is
- # associated
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # filter: [Not documented]
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- (
- String, :
- String, :
- QueryFilter, :
- Int :
- ): SpringArtifactMetadataVersionConnection!
- # Assessments on this repository version
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # filter: Input filters to assessments
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- (
- String, :
- String, :
- SpringArtifactAssessmentFilterInput, :
- Int :
- ): SpringArtifactAssessmentConnection!
- # branch for the repository
- String :
- # Author of commit
- String :
- # Timestamp at which this version is created. Expressed in UTC ISO-8601 format
- DateTime! :
- # Global opaque identifier to meet Node contract
- ID! :
- # Query aggregated information on artifacts
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # aggregations: Specify aggregation buckets
- (
- ArtifactAssessmentAggregationInput!]! : [
- ): [ArtifactAssessmentAggregations]!
- # Optional Entities with which this RepositoryVersion is associated
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # filter: [Not documented]
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- (
- String, :
- String, :
- QueryFilter, :
- Int :
- ): EntityConnection!
- # repository for this commit
- SpringArtifactRepository! :
- # Error of SBOM generation
- RepositorySbomStatus :
- # Domain-specific repository version identifier.
- # For git this will be commit id
- String! :
- # Status of SBOM generation
- String @deprecated( reason: "New schema RepositorySbomGenerationStatus is created which is having object of both status and error" ) :
- }
link Require by
- SpringArtifactAssessmentAssessment is systematically evaluating and appraising a Spring or non-spring Artifacts/GIT Repository. This comprehensive analysis aims to derive valuable insights, findings, and recommendations, ultimately resulting in a detailed report that focuses on specific aspects of the Tanzu Hub product.
- SpringArtifactMetadataVersionSpring Artifact Metadata version
- SpringArtifactRepositoryRepository can be a git repository or just folder structure where source code is present. User will be generating the SBOM or library libraryDependency file from the source code repository.
- SpringArtifactRepositoryVersionConnectionnull
- SpringArtifactRepositoryVersionEdgenull