public class DeploymentRepository extends RepositoryBase implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
DeploymentRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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.
|
private boolean uniqueVersion
public boolean isUniqueVersion()
public void setUniqueVersion(boolean uniqueVersion)
uniqueVersion - public boolean equals(java.lang.Object obj)
equals in class RepositoryBaseObject.equals(java.lang.Object)