Class ProjectDeployerRequest
- java.lang.Object
-
- org.apache.maven.shared.transfer.project.deploy.ProjectDeployerRequest
-
public class ProjectDeployerRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringaltDeploymentRepositoryprivate java.lang.StringaltReleaseDeploymentRepositoryprivate java.lang.StringaltSnapshotDeploymentRepositoryprivate org.apache.maven.project.MavenProjectprojectprivate intretryFailedDeploymentCount
-
Constructor Summary
Constructors Constructor Description ProjectDeployerRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAltDeploymentRepository()java.lang.StringgetAltReleaseDeploymentRepository()java.lang.StringgetAltSnapshotDeploymentRepository()org.apache.maven.project.MavenProjectgetProject()intgetRetryFailedDeploymentCount()ProjectDeployerRequestsetAltDeploymentRepository(java.lang.String theAltDeploymentRepositoryToBeSet)ProjectDeployerRequestsetAltReleaseDeploymentRepository(java.lang.String theAltReleaseDeploymentRepositoryToBeSet)ProjectDeployerRequestsetAltSnapshotDeploymentRepository(java.lang.String theAltSnapshotDeploymentRepositoryToBeSet)ProjectDeployerRequestsetProject(org.apache.maven.project.MavenProject theProjectToBeSet)ProjectDeployerRequestsetRetryFailedDeploymentCount(int theRetryFailedDeploymentCountToBeSet)
-
-
-
Field Detail
-
retryFailedDeploymentCount
private int retryFailedDeploymentCount
-
project
private org.apache.maven.project.MavenProject project
-
altDeploymentRepository
private java.lang.String altDeploymentRepository
-
altSnapshotDeploymentRepository
private java.lang.String altSnapshotDeploymentRepository
-
altReleaseDeploymentRepository
private java.lang.String altReleaseDeploymentRepository
-
-
Method Detail
-
getRetryFailedDeploymentCount
public int getRetryFailedDeploymentCount()
- Returns:
- the retryFailedDeploymentCount
-
setRetryFailedDeploymentCount
public ProjectDeployerRequest setRetryFailedDeploymentCount(int theRetryFailedDeploymentCountToBeSet)
- Parameters:
theRetryFailedDeploymentCountToBeSet- the retryFailedDeploymentCount to set- Returns:
ProjectDeployerRequestfor chaining.
-
getProject
public org.apache.maven.project.MavenProject getProject()
- Returns:
- the project
-
setProject
public ProjectDeployerRequest setProject(org.apache.maven.project.MavenProject theProjectToBeSet)
- Parameters:
theProjectToBeSet- the {linkprojectto set- Returns:
ProjectDeployerRequestfor chaining.
-
getAltDeploymentRepository
public java.lang.String getAltDeploymentRepository()
- Returns:
- the altDeploymentRepository
-
setAltDeploymentRepository
public ProjectDeployerRequest setAltDeploymentRepository(java.lang.String theAltDeploymentRepositoryToBeSet)
- Parameters:
theAltDeploymentRepositoryToBeSet- the altDeploymentRepository to set- Returns:
ProjectDeployerRequestfor chaining.
-
getAltSnapshotDeploymentRepository
public java.lang.String getAltSnapshotDeploymentRepository()
- Returns:
- the altSnapshotDeploymentRepository
-
setAltSnapshotDeploymentRepository
public ProjectDeployerRequest setAltSnapshotDeploymentRepository(java.lang.String theAltSnapshotDeploymentRepositoryToBeSet)
- Parameters:
theAltSnapshotDeploymentRepositoryToBeSet- the altSnapshotDeploymentRepository to set- Returns:
ProjectDeployerRequestfor chaining.
-
getAltReleaseDeploymentRepository
public java.lang.String getAltReleaseDeploymentRepository()
- Returns:
- the altReleaseDeploymentRepository
-
setAltReleaseDeploymentRepository
public ProjectDeployerRequest setAltReleaseDeploymentRepository(java.lang.String theAltReleaseDeploymentRepositoryToBeSet)
- Parameters:
theAltReleaseDeploymentRepositoryToBeSet- the altReleaseDeploymentRepository to set- Returns:
ProjectDeployerRequestfor chaining.
-
-