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 |
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() |
ProjectDeployerRequest |
setAltDeploymentRepository(java.lang.String theAltDeploymentRepositoryToBeSet) |
ProjectDeployerRequest |
setAltReleaseDeploymentRepository(java.lang.String theAltReleaseDeploymentRepositoryToBeSet) |
ProjectDeployerRequest |
setAltSnapshotDeploymentRepository(java.lang.String theAltSnapshotDeploymentRepositoryToBeSet) |
ProjectDeployerRequest |
setProject(org.apache.maven.project.MavenProject theProjectToBeSet) |
ProjectDeployerRequest |
setRetryFailedDeploymentCount(int theRetryFailedDeploymentCountToBeSet) |
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 int getRetryFailedDeploymentCount()
public ProjectDeployerRequest setRetryFailedDeploymentCount(int theRetryFailedDeploymentCountToBeSet)
theRetryFailedDeploymentCountToBeSet
- the retryFailedDeploymentCount to setProjectDeployerRequest
for chaining.public org.apache.maven.project.MavenProject getProject()
public ProjectDeployerRequest setProject(org.apache.maven.project.MavenProject theProjectToBeSet)
theProjectToBeSet
- the {link project
to setProjectDeployerRequest
for chaining.public java.lang.String getAltDeploymentRepository()
public ProjectDeployerRequest setAltDeploymentRepository(java.lang.String theAltDeploymentRepositoryToBeSet)
theAltDeploymentRepositoryToBeSet
- the altDeploymentRepository to setProjectDeployerRequest
for chaining.public java.lang.String getAltSnapshotDeploymentRepository()
public ProjectDeployerRequest setAltSnapshotDeploymentRepository(java.lang.String theAltSnapshotDeploymentRepositoryToBeSet)
theAltSnapshotDeploymentRepositoryToBeSet
- the altSnapshotDeploymentRepository to setProjectDeployerRequest
for chaining.public java.lang.String getAltReleaseDeploymentRepository()
public ProjectDeployerRequest setAltReleaseDeploymentRepository(java.lang.String theAltReleaseDeploymentRepositoryToBeSet)
theAltReleaseDeploymentRepositoryToBeSet
- the altReleaseDeploymentRepository to setProjectDeployerRequest
for chaining.