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