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. deployRequests
Methods in org.apache.maven.plugin.deploy that return DeployRequest Modifier and Type Method Description DeployRequest
DeployRequest. setAltDeploymentRepository(java.lang.String altDeploymentRepository)
DeployRequest
DeployRequest. setAltReleaseDeploymentRepository(java.lang.String altReleaseDeploymentRepository)
DeployRequest
DeployRequest. setAltSnapshotDeploymentRepository(java.lang.String altSnapshotDeploymentRepository)
DeployRequest
DeployRequest. setProject(org.apache.maven.project.MavenProject project)
DeployRequest
DeployRequest. setRetryFailedDeploymentCount(int retryFailedDeploymentCount)
DeployRequest
DeployRequest. setUpdateReleaseInfo(boolean updateReleaseInfo)
Methods in org.apache.maven.plugin.deploy with parameters of type DeployRequest Modifier and Type Method Description private void
DeployMojo. deployProject(DeployRequest request)
-