Uses of Record Class
network.ike.plugin.release.central.CentralOutcome
Packages that use CentralOutcome
-
Uses of CentralOutcome in network.ike.plugin.release.central
Methods in network.ike.plugin.release.central that return CentralOutcomeModifier and TypeMethodDescriptionstatic CentralOutcomeCentralOutcome.initial()Returns the initial outcome — not succeeded, zero attempts, no async spawn, no skip, no failure.CentralOutcome.withAsyncSpawned(boolean asyncSpawned) Returns a copy of this outcome with theasyncSpawnedflag replaced.CentralOutcome.withAttempts(int attempts) Returns a copy of this outcome with the attempt count replaced.CentralOutcome.withFailureSummary(String failureSummary) Returns a copy of this outcome with the failure summary replaced.CentralOutcome.withLogPath(Path logPath) Returns a copy of this outcome with the log-file path replaced.CentralOutcome.withSentinelPath(Path sentinelPath) Returns a copy of this outcome with the sentinel-file path replaced.CentralOutcome.withSkipReason(String skipReason) Returns a copy of this outcome with the skip reason replaced.CentralOutcome.withSucceeded(boolean succeeded) Returns a copy of this outcome with the success flag replaced.Methods in network.ike.plugin.release.central that return types with arguments of type CentralOutcomeModifier and TypeMethodDescriptionCentralPhase.execute()Executes the Maven Central deploy with retry. -
Uses of CentralOutcome in network.ike.plugin.release.report
Methods in network.ike.plugin.release.report with parameters of type CentralOutcomeModifier 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.