BuildableIvyArtifact, MavenArtifactpublic interface PublicationArtifact extends Buildable
Publication.| Modifier and Type | Method | Description | 
|---|---|---|
| void | builtBy(java.lang.Object... tasks) | Registers some tasks which build this artifact. | 
| java.io.File | getFile() | The actual file contents to publish. | 
getBuildDependenciesjava.io.File getFile()
void builtBy(java.lang.Object... tasks)
tasks - The tasks. These are evaluated as per Task.dependsOn(Object...).