Uses of Record Class
network.ike.plugin.release.nexus.NexusOutcome
Packages that use NexusOutcome
-
Uses of NexusOutcome in network.ike.plugin.release.nexus
Methods in network.ike.plugin.release.nexus that return NexusOutcomeModifier and TypeMethodDescriptionNexusPhase.execute()Executes the Nexus deploy with retry.static NexusOutcomeNexusOutcome.initial()Returns the initial outcome — not succeeded, zero attempts, no skip reason.NexusOutcome.withAttempts(int attempts) Returns a copy of this outcome with the attempt count replaced.NexusOutcome.withSkipReason(String skipReason) Returns a copy of this outcome with the skip reason replaced.NexusOutcome.withSucceeded(boolean succeeded) Returns a copy of this outcome with the success flag replaced. -
Uses of NexusOutcome in network.ike.plugin.release.report
Methods in network.ike.plugin.release.report with parameters of type NexusOutcomeModifier and TypeMethodDescriptionReleaseReport.build(boolean draft, String oldVersion, String releaseBranch, String projectId, String releaseTimestamp, NexusOutcome nexus, CentralOutcome central, List<CascadeBump> foundationUpgrades) Builds the markdown body for anike:release-*session report.