Class ProjectDeployerRequest


  • public class ProjectDeployerRequest
    extends java.lang.Object
    Author:
    Robert Scholte
    • Constructor Detail

      • ProjectDeployerRequest

        public ProjectDeployerRequest()
    • Method Detail

      • isUpdateReleaseInfo

        public boolean isUpdateReleaseInfo()
        Returns:
        the updateReleaseInfo
      • setUpdateReleaseInfo

        public ProjectDeployerRequest setUpdateReleaseInfo​(boolean updateReleaseInfo)
        Parameters:
        updateReleaseInfo - the updateReleaseInfo to set
      • getRetryFailedDeploymentCount

        public int getRetryFailedDeploymentCount()
        Returns:
        the retryFailedDeploymentCount
      • setRetryFailedDeploymentCount

        public ProjectDeployerRequest setRetryFailedDeploymentCount​(int retryFailedDeploymentCount)
        Parameters:
        retryFailedDeploymentCount - the retryFailedDeploymentCount to set
      • getProject

        public org.apache.maven.project.MavenProject getProject()
        Returns:
        the project
      • setProject

        public ProjectDeployerRequest setProject​(org.apache.maven.project.MavenProject project)
        Parameters:
        project - the project to set
      • getAltDeploymentRepository

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

        public ProjectDeployerRequest setAltDeploymentRepository​(java.lang.String altDeploymentRepository)
        Parameters:
        altDeploymentRepository - the altDeploymentRepository to set
      • getAltSnapshotDeploymentRepository

        public java.lang.String getAltSnapshotDeploymentRepository()
        Returns:
        the altSnapshotDeploymentRepository
      • setAltSnapshotDeploymentRepository

        public ProjectDeployerRequest setAltSnapshotDeploymentRepository​(java.lang.String altSnapshotDeploymentRepository)
        Parameters:
        altSnapshotDeploymentRepository - the altSnapshotDeploymentRepository to set
      • getAltReleaseDeploymentRepository

        public java.lang.String getAltReleaseDeploymentRepository()
        Returns:
        the altReleaseDeploymentRepository
      • setAltReleaseDeploymentRepository

        public ProjectDeployerRequest setAltReleaseDeploymentRepository​(java.lang.String altReleaseDeploymentRepository)
        Parameters:
        altReleaseDeploymentRepository - the altReleaseDeploymentRepository to set