|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.model.DistributionManagement
This elements describes all that pertains to distribution for a project. It is primarily used for deployment of artifacts and distributions produced by the build.
| Constructor Summary | |
DistributionManagement()
|
|
| Method Summary | |
java.lang.String |
getDownloadUrl()
Get The URL of the project's download page. |
java.lang.String |
getModelEncoding()
|
Relocation |
getRelocation()
Get Relocation information if the artifact has been moved to a new group/artifactId |
DeploymentRepository |
getRepository()
Get Information needed for deploying to remote repository artifacts generated by the project |
Site |
getSite()
Get Information needed for deploying website files of the project. |
DeploymentRepository |
getSnapshotRepository()
Get Where to deploy snapshots of artifacts to. |
java.lang.String |
getStatus()
Get Gives the status of this artifact in the remote repository. |
void |
setDownloadUrl(java.lang.String downloadUrl)
Set The URL of the project's download page. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setRelocation(Relocation relocation)
Set Relocation information if the artifact has been moved to a new group/artifactId |
void |
setRepository(DeploymentRepository repository)
Set Information needed for deploying to remote repository artifacts generated by the project |
void |
setSite(Site site)
Set Information needed for deploying website files of the project. |
void |
setSnapshotRepository(DeploymentRepository snapshotRepository)
Set Where to deploy snapshots of artifacts to. |
void |
setStatus(java.lang.String status)
Set Gives the status of this artifact in the remote repository. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DistributionManagement()
| Method Detail |
public java.lang.String getDownloadUrl()
url.
public Relocation getRelocation()
public DeploymentRepository getRepository()
public Site getSite()
public DeploymentRepository getSnapshotRepository()
public java.lang.String getStatus()
public void setDownloadUrl(java.lang.String downloadUrl)
url.
downloadUrl - public void setRelocation(Relocation relocation)
relocation - public void setRepository(DeploymentRepository repository)
repository - public void setSite(Site site)
site - public void setSnapshotRepository(DeploymentRepository snapshotRepository)
snapshotRepository - public void setStatus(java.lang.String status)
status - public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||