public static class MavenDistributionManagement.DeploymentRepository extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MavenDistributionManagement.DeploymentRepository.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Return the identifier of the repository.
|
String |
getLayout()
Return the repository layout.
|
String |
getName()
Return the name of the repository.
|
Boolean |
getUniqueVersion()
Return whether to assign snapshots a unique version comprised of the timestamp
and build number, or to use the same version each time.
|
String |
getUrl()
Return the url of the repository to use to upload artifacts.
|
boolean |
isEmpty() |
public boolean isEmpty()
public String getId()
public String getName()
public String getUrl()
public String getLayout()
default
or legacy
.public Boolean getUniqueVersion()
true
to assign each snapshot a unique versionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.