|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface PublishArtifact
A PublishArtifact is an artifact produced by a project.
Method Summary | |
---|---|
java.lang.String
|
getClassifier()
Returns the classifier of this published artifact. |
Date
|
getDate()
Returns the date that should be used when publishing this artifact. |
java.lang.String
|
getExtension()
Returns the extension of this published artifact. |
File
|
getFile()
Returns the file of this artifact. |
java.lang.String
|
getName()
Returns the name of the artifact. |
TaskDependency
|
getTaskDependency()
Returns the task dependency on the tasks necessary to build this artifact. |
java.lang.String
|
getType()
Returns the type of the published artifact. |
Method Detail |
---|
public java.lang.String getClassifier()
public Date getDate()
public java.lang.String getExtension()
public File getFile()
public java.lang.String getName()
public TaskDependency getTaskDependency()
public java.lang.String getType()
Groovy Documentation