|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DistributionManagement
This elements describes all that pertains to distribution for a project. It is primarily used for deployment of artifacts and the site produced by the build.
Java class for DistributionManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributionManagement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="repository" type="{http://maven.apache.org/POM/4.0.0}DeploymentRepository" minOccurs="0"/>
<element name="snapshotRepository" type="{http://maven.apache.org/POM/4.0.0}DeploymentRepository" minOccurs="0"/>
<element name="site" type="{http://maven.apache.org/POM/4.0.0}Site" minOccurs="0"/>
<element name="downloadUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relocation" type="{http://maven.apache.org/POM/4.0.0}Relocation" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getDownloadUrl()
Gets the value of the downloadUrl property. |
Relocation |
getRelocation()
Gets the value of the relocation property. |
DeploymentRepository |
getRepository()
Gets the value of the repository property. |
Site |
getSite()
Gets the value of the site property. |
DeploymentRepository |
getSnapshotRepository()
Gets the value of the snapshotRepository property. |
String |
getStatus()
Gets the value of the status property. |
void |
setDownloadUrl(String value)
Sets the value of the downloadUrl property. |
void |
setRelocation(Relocation value)
Sets the value of the relocation property. |
void |
setRepository(DeploymentRepository value)
Sets the value of the repository property. |
void |
setSite(Site value)
Sets the value of the site property. |
void |
setSnapshotRepository(DeploymentRepository value)
Sets the value of the snapshotRepository property. |
void |
setStatus(String value)
Sets the value of the status property. |
| Method Detail |
|---|
DeploymentRepository getRepository()
DeploymentRepositoryvoid setRepository(DeploymentRepository value)
value - allowed object is
DeploymentRepositoryDeploymentRepository getSnapshotRepository()
DeploymentRepositoryvoid setSnapshotRepository(DeploymentRepository value)
value - allowed object is
DeploymentRepositorySite getSite()
Sitevoid setSite(Site value)
value - allowed object is
SiteString getDownloadUrl()
Stringvoid setDownloadUrl(String value)
value - allowed object is
StringRelocation getRelocation()
Relocationvoid setRelocation(Relocation value)
value - allowed object is
RelocationString getStatus()
Stringvoid setStatus(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||