Class SnapshotTransformation

    • Constructor Detail

      • SnapshotTransformation

        public SnapshotTransformation()
    • Method Detail

      • transformForInstall

        public void transformForInstall​(Artifact artifact,
                                        ArtifactRepository localRepository)
        Description copied from interface: ArtifactTransformation
        Take in a artifact and return the transformed artifact for locating in the local repository. If no transformation has occurred the original artifact is returned.
        Parameters:
        artifact - Artifact to be transformed.
        localRepository - the local repository it will be stored in
      • getDeploymentTimestamp

        public String getDeploymentTimestamp()
      • getUtcDateFormatter

        public static DateFormat getUtcDateFormatter()