Class DeploymentRepository

    • 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.