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() |
boolean |
isUpdateReleaseInfo() |
ProjectDeployerRequest |
setAltDeploymentRepository(String theAltDeploymentRepositoryToBeSet) |
ProjectDeployerRequest |
setAltReleaseDeploymentRepository(String theAltReleaseDeploymentRepositoryToBeSet) |
ProjectDeployerRequest |
setAltSnapshotDeploymentRepository(String theAltSnapshotDeploymentRepositoryToBeSet) |
ProjectDeployerRequest |
setProject(MavenProject theProjectToBeSet) |
ProjectDeployerRequest |
setRetryFailedDeploymentCount(int theRetryFailedDeploymentCountToBeSet) |
ProjectDeployerRequest |
setUpdateReleaseInfo(boolean theUpdateReleaseInfoToBeSet) |
public boolean isUpdateReleaseInfo()
public ProjectDeployerRequest setUpdateReleaseInfo(boolean theUpdateReleaseInfoToBeSet)
theUpdateReleaseInfoToBeSet
- the updateReleaseInfo to setProjectDeployerRequest
for chaining.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–2017 The Apache Software Foundation. All rights reserved.