Uses of Enum Class
network.ike.plugin.release.coherence.ResolutionScope
Packages that use ResolutionScope
-
Uses of ResolutionScope in network.ike.plugin.release.coherence
Subclasses with type arguments of type ResolutionScope in network.ike.plugin.release.coherenceModifier and TypeClassDescriptionenumWhere a release must confirm its own just-published artifact is resolvable before it declares success — the demanded resolution scope (IKE-Network/ike-issues#705).Methods in network.ike.plugin.release.coherence that return ResolutionScopeModifier and TypeMethodDescriptionstatic ResolutionScopeReturns the enum constant of this class with the specified name.static ResolutionScope[]ResolutionScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in network.ike.plugin.release.coherence with parameters of type ResolutionScopeModifier and TypeMethodDescriptionvoidCoherenceVerifier.assertUpstreamPinsCurrent(File gitRoot, ResolutionScope scope) The post-release coherence assert: fail loudly if any of this module's auto-aligned upstream pins did not catch up to the latest released upstream, judged against fresh metadata.voidCoherenceVerifier.verifySelfResolves(String groupId, String artifactId, String version, ResolutionScope scope) The headline gate: confirm the just-released artifact resolves cold at the demanded scope, throwing if it does not.