Uses of Enum
eu.maveniverse.maven.mima.context.ContextOverrides.SnapshotUpdatePolicy
Packages that use ContextOverrides.SnapshotUpdatePolicy
-
Uses of ContextOverrides.SnapshotUpdatePolicy in eu.maveniverse.maven.mima.context
Methods in eu.maveniverse.maven.mima.context that return ContextOverrides.SnapshotUpdatePolicyModifier and TypeMethodDescriptionContextOverrides.getSnapshotUpdatePolicy()Snapshot update policy,nullis to use Resolver default.Returns the enum constant of this type with the specified name.ContextOverrides.SnapshotUpdatePolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.maveniverse.maven.mima.context with parameters of type ContextOverrides.SnapshotUpdatePolicyModifier and TypeMethodDescriptionContextOverrides.Builder.snapshotUpdatePolicy(ContextOverrides.SnapshotUpdatePolicy snapshotUpdatePolicy) Sets the snapshot update policy.