java.io.Serializable, java.lang.Cloneable, InputLocationTrackerpublic class DeploymentRepository extends Repository implements java.io.Serializable, java.lang.Cloneable
| Constructor | Description |
|---|---|
DeploymentRepository() |
| Modifier and Type | Method | Description |
|---|---|---|
DeploymentRepository |
clone() |
Method clone.
|
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.
|
finalize, getClass, notify, notifyAll, wait, wait, waitgetReleases, getSnapshots, setReleases, setSnapshotsequals, getId, getLayout, getLocation, getName, getUrl, hashCode, setId, setLayout, setLocation, setName, setUrl, toStringpublic DeploymentRepository clone()
clone in class Repositorypublic boolean isUniqueVersion()
public void setUniqueVersion(boolean uniqueVersion)
uniqueVersion -