A PublishArtifact
is an artifact produced by a project.
Type | Name and description |
---|---|
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 class | Name |
---|---|
interface Buildable |
getBuildDependencies |
Returns the classifier of this published artifact, if any.
Returns the date that should be used when publishing this artifact. This is used in the module descriptor accompanying this artifact (the ivy.xml). If the date is not specified, the current date is used. If this artifact is published without an module descriptor, this property has no relevance.
Returns the extension of this published artifact. Often the extension is the same as the type, but sometimes this is not the case. For example for an ivy XML module descriptor, the type is ivy and the extension is xml.
Returns the file of this artifact.
Returns the name of the artifact.
Returns the type of the published artifact. Often the type is the same as the extension, but sometimes this is not the case. For example for an ivy XML module descriptor, the type is ivy and the extension is xml.