Uses of Class
network.ike.docs.plugin.diff.ChangeManifest
Packages that use ChangeManifest
-
Uses of ChangeManifest in network.ike.docs.plugin.diff
Methods in network.ike.docs.plugin.diff that return ChangeManifestModifier and TypeMethodDescriptionstatic ChangeManifestChangeManifest.derive(List<GitSource.CommitMeta> commits) Derive a manifest from a commit range by grouping commits on their firstRefs:/Fixes:trailer.static ChangeManifestLoad an authored manifest.static ChangeManifestChangeManifest.of(List<ChangeManifest.ChangeEntity> changes) Build a manifest from already-constructed entities — used to merge trailer-derived entities for a committed range with a synthetic uncommitted entity when the to side is the working tree.Methods in network.ike.docs.plugin.diff with parameters of type ChangeManifestModifier and TypeMethodDescriptionstatic StringPacketAssembler.masterDoc(String title, String fromLabel, String toLabel, List<PacketAssembler.TopicEntry> topics, List<String> deleted, ChangeManifest manifest, List<List<String>> anchorsByChange, boolean hasRegistryDelta, List<PacketAssembler.ScaffoldEntry> scaffolds, String singleStampLine, List<StampRegistry.Stamp> stampsUsed) Compose the packet master document.