public class ProjectDeployerRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
altDeploymentRepository |
private java.lang.String |
altReleaseDeploymentRepository |
private java.lang.String |
altSnapshotDeploymentRepository |
private org.apache.maven.project.MavenProject |
project |
private int |
retryFailedDeploymentCount |
private boolean |
updateReleaseInfo |
Constructor and Description |
---|
ProjectDeployerRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAltDeploymentRepository() |
java.lang.String |
getAltReleaseDeploymentRepository() |
java.lang.String |
getAltSnapshotDeploymentRepository() |
org.apache.maven.project.MavenProject |
getProject() |
int |
getRetryFailedDeploymentCount() |
boolean |
isUpdateReleaseInfo() |
ProjectDeployerRequest |
setAltDeploymentRepository(java.lang.String altDeploymentRepository) |
ProjectDeployerRequest |
setAltReleaseDeploymentRepository(java.lang.String altReleaseDeploymentRepository) |
ProjectDeployerRequest |
setAltSnapshotDeploymentRepository(java.lang.String altSnapshotDeploymentRepository) |
ProjectDeployerRequest |
setProject(org.apache.maven.project.MavenProject project) |
ProjectDeployerRequest |
setRetryFailedDeploymentCount(int retryFailedDeploymentCount) |
ProjectDeployerRequest |
setUpdateReleaseInfo(boolean updateReleaseInfo) |
private boolean updateReleaseInfo
private int retryFailedDeploymentCount
private org.apache.maven.project.MavenProject project
private java.lang.String altDeploymentRepository
private java.lang.String altSnapshotDeploymentRepository
private java.lang.String altReleaseDeploymentRepository
public boolean isUpdateReleaseInfo()
public ProjectDeployerRequest setUpdateReleaseInfo(boolean updateReleaseInfo)
updateReleaseInfo
- the updateReleaseInfo to setpublic int getRetryFailedDeploymentCount()
public ProjectDeployerRequest setRetryFailedDeploymentCount(int retryFailedDeploymentCount)
retryFailedDeploymentCount
- the retryFailedDeploymentCount to setpublic org.apache.maven.project.MavenProject getProject()
public ProjectDeployerRequest setProject(org.apache.maven.project.MavenProject project)
project
- the project to setpublic java.lang.String getAltDeploymentRepository()
public ProjectDeployerRequest setAltDeploymentRepository(java.lang.String altDeploymentRepository)
altDeploymentRepository
- the altDeploymentRepository to setpublic java.lang.String getAltSnapshotDeploymentRepository()
public ProjectDeployerRequest setAltSnapshotDeploymentRepository(java.lang.String altSnapshotDeploymentRepository)
altSnapshotDeploymentRepository
- the altSnapshotDeploymentRepository to setpublic java.lang.String getAltReleaseDeploymentRepository()
public ProjectDeployerRequest setAltReleaseDeploymentRepository(java.lang.String altReleaseDeploymentRepository)
altReleaseDeploymentRepository
- the altReleaseDeploymentRepository to set