Uses of Record Class
network.ike.workspace.Manifest
Packages that use Manifest
-
Uses of Manifest in network.ike.plugin
Methods in network.ike.plugin with parameters of type ManifestModifier and TypeMethodDescriptionstatic StringReleaseNotesSupport.formatWorkspaceChangelog(Manifest from, Manifest to, ReleaseNotesSupport.SubprojectCommits commits) Compose a per-subproject "What's changed" changelog for a workspace checkpoint by diffing each subproject'sworkspace.yamlpin between two checkpoints (IKE-Network/ike-issues#792). -
Uses of Manifest in network.ike.workspace
Methods in network.ike.workspace that return ManifestModifier and TypeMethodDescriptionWorkspaceGraph.manifest()Return the underlying manifest.static ManifestRead a workspace manifest from a Reader (useful for testing).static ManifestRead a workspace manifest from the given YAML file path.Methods in network.ike.workspace with parameters of type ManifestModifier and TypeMethodDescriptionstatic List<BomAnalysis.CascadeIssue> BomAnalysis.analyzeCascadeIssues(Path wsDir, Manifest manifest, Map<String, Set<PublishedArtifactSet.Artifact>> workspaceArtifacts) Analyze cascade issues for all subprojects in the workspace.Constructors in network.ike.workspace with parameters of type ManifestModifierConstructorDescriptionWorkspaceGraph(Manifest manifest) Build a graph from the given manifest.