Uses of Class
org.apache.maven.api.metadata.Snapshot
Packages that use Snapshot
-
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 Snapshot
Snapshot.newInstance()
Creates a newSnapshot
instance.static Snapshot
Snapshot.newInstance
(boolean withDefaults) Creates a newSnapshot
instance using default values or not.Snapshot.withBuildNumber
(int buildNumber) Creates a newSnapshot
instance using the specified buildNumber.Snapshot.withLocalCopy
(boolean localCopy) Creates a newSnapshot
instance using the specified localCopy.Snapshot.withTimestamp
(String timestamp) Creates a newSnapshot
instance using the specified timestamp.Methods in org.apache.maven.api.metadata with parameters of type SnapshotModifier and TypeMethodDescriptionstatic Snapshot.Builder
Snapshot.newBuilder
(Snapshot from) Creates a newSnapshot
builder instance using the specified object as a basis.static Snapshot.Builder
Snapshot.newBuilder
(Snapshot from, boolean forceCopy) Creates a newSnapshot
builder instance using the specified object as a basis.Versioning.withSnapshot
(Snapshot snapshot) Creates a newVersioning
instance using the specified snapshot.Constructors in org.apache.maven.api.metadata with parameters of type Snapshot