Uses of Class
org.apache.maven.api.metadata.Snapshot
Packages that use Snapshot
Package
Description
Maven Repository Metadata model.
-
Uses of Snapshot in org.apache.maven.api.metadata
Methods in org.apache.maven.api.metadata that return SnapshotModifier and TypeMethodDescriptionSnapshot.Builder.build()Versioning.getSnapshot()The current snapshot data in use for this version ("groupId/artifactId/version" only)static SnapshotSnapshot.newInstance()Creates a newSnapshotinstance.static SnapshotSnapshot.newInstance(boolean withDefaults) Creates a newSnapshotinstance using default values or not.Snapshot.withBuildNumber(int buildNumber) Creates a newSnapshotinstance using the specified buildNumber.Snapshot.withLocalCopy(boolean localCopy) Creates a newSnapshotinstance using the specified localCopy.Snapshot.withTimestamp(String timestamp) Creates a newSnapshotinstance using the specified timestamp.Methods in org.apache.maven.api.metadata with parameters of type SnapshotModifier and TypeMethodDescriptionstatic Snapshot.BuilderSnapshot.newBuilder(Snapshot from) Creates a newSnapshotbuilder instance using the specified object as a basis.static Snapshot.BuilderSnapshot.newBuilder(Snapshot from, boolean forceCopy) Creates a newSnapshotbuilder instance using the specified object as a basis.Versioning.withSnapshot(Snapshot snapshot) Creates a newVersioninginstance using the specified snapshot.Constructors in org.apache.maven.api.metadata with parameters of type Snapshot -
Uses of Snapshot in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata that return SnapshotMethods in org.apache.maven.artifact.repository.metadata that return types with arguments of type SnapshotMethod parameters in org.apache.maven.artifact.repository.metadata with type arguments of type SnapshotConstructors in org.apache.maven.artifact.repository.metadata with parameters of type Snapshot