public interface MavenDeployment
| Modifier and Type | Method | Description | 
|---|---|---|
| void | addArtifact(PublishArtifact artifact) | Adds an additional artifact to this deployment. | 
| java.lang.String | getArtifactId() | Returns the artifact ID for this deployment. | 
| java.util.Set<PublishArtifact> | getArtifacts() | Returns the artifacts which will be deployed. | 
| java.util.Set<PublishArtifact> | getAttachedArtifacts() | Returns the additional artifacts for this deployment. | 
| java.lang.String | getGroupId() | Returns the group ID for this deployment. | 
| PublishArtifact | getMainArtifact() | Returns the main artifact for this deployment. | 
| java.lang.String | getPackaging() | Returns the packaging for this deployment. | 
| PublishArtifact | getPomArtifact() | Returns the POM for this deployment. | 
| java.lang.String | getVersion() | Returns the version for this deployment. | 
@Incubating java.lang.String getPackaging()
@Incubating java.lang.String getGroupId()
@Incubating java.lang.String getArtifactId()
@Incubating java.lang.String getVersion()
PublishArtifact getPomArtifact()
PublishArtifact getMainArtifact()
java.util.Set<PublishArtifact> getArtifacts()
void addArtifact(PublishArtifact artifact)
artifact - The artifact to add.java.util.Set<PublishArtifact> getAttachedArtifacts()