Class DeploymentRepository

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, InputLocationTracker

    public class DeploymentRepository
    extends Repository
    implements java.io.Serializable, java.lang.Cloneable
    Deployment repository contains the information needed for deploying to the remote repository, which adds uniqueVersion property to usual repositories for download.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Detail

      • uniqueVersion

        private boolean uniqueVersion
        Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
    • Constructor Detail

      • DeploymentRepository

        public DeploymentRepository()
    • Method Detail

      • isUniqueVersion

        public boolean isUniqueVersion()
        Get whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
        Returns:
        boolean
      • setUniqueVersion

        public void setUniqueVersion​(boolean uniqueVersion)
        Set whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
        Parameters:
        uniqueVersion - a uniqueVersion object.