public class DeploymentRepository extends Repository implements java.io.Serializable, java.lang.Cloneable
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 |
---|---|
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.
|
getReleases, getSnapshots, setReleases, setSnapshots
equals, getId, getLayout, getLocation, getName, getUrl, hashCode, setId, setLayout, setLocation, setName, setOtherLocation, setUrl, toString
private boolean uniqueVersion
public DeploymentRepository clone()
clone
in class Repository
public boolean isUniqueVersion()
public void setUniqueVersion(boolean uniqueVersion)
uniqueVersion
- a uniqueVersion object.