Class ProjectDeployerRequest

java.lang.Object
org.apache.maven.shared.transfer.project.deploy.ProjectDeployerRequest

public class ProjectDeployerRequest extends Object
Author:
Robert Scholte
  • Constructor Details

    • ProjectDeployerRequest

      public ProjectDeployerRequest()
  • Method Details

    • getRetryFailedDeploymentCount

      public int getRetryFailedDeploymentCount()
      Returns:
      the retryFailedDeploymentCount
    • setRetryFailedDeploymentCount

      public ProjectDeployerRequest setRetryFailedDeploymentCount(int theRetryFailedDeploymentCountToBeSet)
      Parameters:
      theRetryFailedDeploymentCountToBeSet - the retryFailedDeploymentCount to set
      Returns:
      ProjectDeployerRequest for 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 {link project to set
      Returns:
      ProjectDeployerRequest for chaining.
    • getAltDeploymentRepository

      public String getAltDeploymentRepository()
      Returns:
      the altDeploymentRepository
    • setAltDeploymentRepository

      public ProjectDeployerRequest setAltDeploymentRepository(String theAltDeploymentRepositoryToBeSet)
      Parameters:
      theAltDeploymentRepositoryToBeSet - the altDeploymentRepository to set
      Returns:
      ProjectDeployerRequest for chaining.
    • getAltSnapshotDeploymentRepository

      public String getAltSnapshotDeploymentRepository()
      Returns:
      the altSnapshotDeploymentRepository
    • setAltSnapshotDeploymentRepository

      public ProjectDeployerRequest setAltSnapshotDeploymentRepository(String theAltSnapshotDeploymentRepositoryToBeSet)
      Parameters:
      theAltSnapshotDeploymentRepositoryToBeSet - the altSnapshotDeploymentRepository to set
      Returns:
      ProjectDeployerRequest for chaining.
    • getAltReleaseDeploymentRepository

      public String getAltReleaseDeploymentRepository()
      Returns:
      the altReleaseDeploymentRepository
    • setAltReleaseDeploymentRepository

      public ProjectDeployerRequest setAltReleaseDeploymentRepository(String theAltReleaseDeploymentRepositoryToBeSet)
      Parameters:
      theAltReleaseDeploymentRepositoryToBeSet - the altReleaseDeploymentRepository to set
      Returns:
      ProjectDeployerRequest for chaining.