1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

add OSL Package Tree on ObjectSet level (#3762)

Co-authored-by: Daniel Bernd <93763187+danManSAP@users.noreply.github.com>
This commit is contained in:
Daniel Bernd
2022-04-29 16:50:57 +02:00
committed by GitHub
parent b2209c088a
commit c65e569cdf

View File

@@ -10,6 +10,7 @@ import (
type ObjectSet struct {
PackageNames []Package `json:"packages,omitempty"`
SoftwareComponents []SoftwareComponents `json:"softwarecomponents,omitempty"`
PackageTrees []PackageTree `json:"packagetrees,omitempty"`
Type string `json:"type,omitempty"`
MultiPropertySet MultiPropertySet `json:"multipropertyset,omitempty"`
Set []Set `json:"set,omitempty"`