Interface MavenDeployer<A extends org.jreleaser.model.api.deploy.maven.MavenDeployer,D extends MavenDeployer<A>>
public interface MavenDeployer<A extends org.jreleaser.model.api.deploy.maven.MavenDeployer,D extends MavenDeployer<A>>
- Since:
- 1.3.0
- Author:
- Andres Almiray
-
Method Summary
Modifier and TypeMethodDescriptioncollectDeployables(Set<Deployable> deployables, String stagingRepository) voidgetType()voidsetDeployer(D deployer)
-
Method Details
-
getDeployer
D getDeployer() -
setDeployer
-
getType
String getType() -
deploy
- Throws:
DeployException
-
collectDeployables
-