Uses of Record Class
network.ike.plugin.ReleaseNotesSupport.Issue
Packages that use ReleaseNotesSupport.Issue
-
Uses of ReleaseNotesSupport.Issue in network.ike.plugin
Methods in network.ike.plugin that return types with arguments of type ReleaseNotesSupport.IssueModifier and TypeMethodDescriptionReleaseNotesSupport.TestingContext.inProgress()Returns the value of theinProgressrecord component.ReleaseNotesSupport.TestingContext.readyToTest()Returns the value of thereadyToTestrecord component.Method parameters in network.ike.plugin with type arguments of type ReleaseNotesSupport.IssueModifier and TypeMethodDescriptionstatic StringReleaseNotesSupport.formatAsciidoc(String milestoneName, List<ReleaseNotesSupport.Issue> issues, String repo) Format release notes as AsciiDoc for site integration.static StringReleaseNotesSupport.formatNotes(String milestoneName, List<ReleaseNotesSupport.Issue> issues) Format release notes as Markdown for GitHub Release bodies.static StringReleaseNotesSupport.formatNotes(String milestoneName, List<ReleaseNotesSupport.Issue> issues, List<CascadeBump> upgrades) Format release notes as Markdown, including a "Foundation upgrades" section for cascade version bumps (IKE-Network/ike-issues#706).Constructor parameters in network.ike.plugin with type arguments of type ReleaseNotesSupport.IssueModifierConstructorDescriptionTestingContext(String milestone, List<ReleaseNotesSupport.Issue> readyToTest, List<ReleaseNotesSupport.Issue> inProgress) Creates an instance of aTestingContextrecord class.