Groovy Documentation

org.gradle.api.internal.artifacts.publish.maven.deploy
Interface ArtifactPom


interface ArtifactPom

author:
Hans Dockter


Method Summary
Artifact getArtifact()

File getArtifactFile()

MavenPom getPom()

 

Method Detail

getArtifact

public Artifact getArtifact()


getArtifactFile

public File getArtifactFile()


getPom

public MavenPom getPom()


 

Groovy Documentation