PublishArtifact

A PublishArtifact is an artifact produced by a project.

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getClassifier(): String
Returns the classifier of this published artifact, if any.
Link copied to clipboard
@Nullable
abstract fun getDate(): Date
Returns the date that should be used when publishing this artifact.
Link copied to clipboard
abstract fun getExtension(): String
Returns the extension of this published artifact.
Link copied to clipboard
abstract fun getFile(): File
Returns the file of this artifact.
Link copied to clipboard
abstract fun getName(): String
Returns the name of the artifact.
Link copied to clipboard
abstract fun getType(): String
Returns the type of the published artifact.