Class DeploymentRepository

All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

public class DeploymentRepository extends Repository implements Serializable, Cloneable
Repository contains the information needed for deploying to the remote repository.
Version:
$Revision$ $Date$
See Also:
  • Field Details

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

    • DeploymentRepository

      public DeploymentRepository()
  • Method Details

    • clone

      public DeploymentRepository clone()
      Method clone.
      Overrides:
      clone in class Repository
      Returns:
      DeploymentRepository
    • 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 -