|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublishArtifact
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 org.gradle.api.Buildable |
---|
getBuildDependencies |
Method Detail |
---|
java.lang.String getName()
java.lang.String getExtension()
getType()
java.lang.String getType()
getExtension()
java.lang.String getClassifier()
java.io.File getFile()
java.util.Date getDate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |