Uses of Class
org.apache.maven.plugin.deploy.DeployRequest
-
-
Uses of DeployRequest in org.apache.maven.plugin.deploy
Fields in org.apache.maven.plugin.deploy with type parameters of type DeployRequest Modifier and Type Field Description private static java.util.List<DeployRequest>DeployMojo. deployRequestsMethods in org.apache.maven.plugin.deploy that return DeployRequest Modifier and Type Method Description DeployRequestDeployRequest. setAltDeploymentRepository(java.lang.String altDeploymentRepository)DeployRequestDeployRequest. setAltReleaseDeploymentRepository(java.lang.String altReleaseDeploymentRepository)DeployRequestDeployRequest. setAltSnapshotDeploymentRepository(java.lang.String altSnapshotDeploymentRepository)DeployRequestDeployRequest. setProject(org.apache.maven.project.MavenProject project)DeployRequestDeployRequest. setRetryFailedDeploymentCount(int retryFailedDeploymentCount)DeployRequestDeployRequest. setUpdateReleaseInfo(boolean updateReleaseInfo)Methods in org.apache.maven.plugin.deploy with parameters of type DeployRequest Modifier and Type Method Description private voidDeployMojo. deployProject(DeployRequest request)
-