|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.artifacts.PublishArtifact org.gradle.api.Buildable
public interface PublishArtifact extends Buildable
A PublishArtifact is an artifact produced by a project.
Method Summary | |
---|---|
String
|
getClassifier()
Returns the classifier of this published artifact, if any. |
Date
|
getDate()
Returns the date that should be used when publishing this artifact. |
String
|
getExtension()
Returns the extension of this published artifact. |
File
|
getFile()
Returns the file of this artifact. |
String
|
getName()
Returns the name of the artifact. |
String
|
getType()
Returns the type of the published artifact. |
Methods inherited from interface Buildable | |
---|---|
getBuildDependencies |
Method Detail |
---|
public String getClassifier()
public Date getDate()
public String getExtension()
public File getFile()
public String getName()
public String getType()
Gradle API 1.12