public class DeploymentRepository extends RepositoryBase implements Serializable
Constructor and Description |
---|
DeploymentRepository() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
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.
|
public boolean isUniqueVersion()
public void setUniqueVersion(boolean uniqueVersion)
uniqueVersion
- public boolean equals(Object obj)
equals
in class RepositoryBase
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.