Class ProjectDeployerRequest


  • public class ProjectDeployerRequest
    extends java.lang.Object
    • 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
    • Constructor Detail

      • ProjectDeployerRequest

        public ProjectDeployerRequest()
    • Method Detail

      • 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
      • getAltDeploymentRepository

        public java.lang.String getAltDeploymentRepository()
        Returns:
        the altDeploymentRepository
      • setAltDeploymentRepository

        public ProjectDeployerRequest setAltDeploymentRepository​(java.lang.String theAltDeploymentRepositoryToBeSet)
        Parameters:
        theAltDeploymentRepositoryToBeSet - the altDeploymentRepository to set
        Returns:
        ProjectDeployerRequest for 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:
        ProjectDeployerRequest for 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:
        ProjectDeployerRequest for chaining.