public class ProjectDeployerRequest extends Object
| Constructor and Description | 
|---|
ProjectDeployerRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAltDeploymentRepository()  | 
String | 
getAltReleaseDeploymentRepository()  | 
String | 
getAltSnapshotDeploymentRepository()  | 
MavenProject | 
getProject()  | 
int | 
getRetryFailedDeploymentCount()  | 
ProjectDeployerRequest | 
setAltDeploymentRepository(String theAltDeploymentRepositoryToBeSet)  | 
ProjectDeployerRequest | 
setAltReleaseDeploymentRepository(String theAltReleaseDeploymentRepositoryToBeSet)  | 
ProjectDeployerRequest | 
setAltSnapshotDeploymentRepository(String theAltSnapshotDeploymentRepositoryToBeSet)  | 
ProjectDeployerRequest | 
setProject(MavenProject theProjectToBeSet)  | 
ProjectDeployerRequest | 
setRetryFailedDeploymentCount(int theRetryFailedDeploymentCountToBeSet)  | 
public int getRetryFailedDeploymentCount()
public ProjectDeployerRequest setRetryFailedDeploymentCount(int theRetryFailedDeploymentCountToBeSet)
theRetryFailedDeploymentCountToBeSet - the retryFailedDeploymentCount to setProjectDeployerRequest for chaining.public MavenProject getProject()
public ProjectDeployerRequest setProject(MavenProject theProjectToBeSet)
theProjectToBeSet - the {link project to setProjectDeployerRequest for chaining.public String getAltDeploymentRepository()
public ProjectDeployerRequest setAltDeploymentRepository(String theAltDeploymentRepositoryToBeSet)
theAltDeploymentRepositoryToBeSet - the altDeploymentRepository to setProjectDeployerRequest for chaining.public String getAltSnapshotDeploymentRepository()
public ProjectDeployerRequest setAltSnapshotDeploymentRepository(String theAltSnapshotDeploymentRepositoryToBeSet)
theAltSnapshotDeploymentRepositoryToBeSet - the altSnapshotDeploymentRepository to setProjectDeployerRequest for chaining.public String getAltReleaseDeploymentRepository()
public ProjectDeployerRequest setAltReleaseDeploymentRepository(String theAltReleaseDeploymentRepositoryToBeSet)
theAltReleaseDeploymentRepositoryToBeSet - the altReleaseDeploymentRepository to setProjectDeployerRequest for chaining.Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.