ConfigurablePublishArtifact

A PublishArtifact whose properties can be modified.

Functions

Link copied to clipboard
Registers some tasks which build this artifact.
Link copied to clipboard
Link copied to clipboard
abstract fun getClassifier(): String
Link copied to clipboard
abstract fun getDate(): Date
Link copied to clipboard
abstract fun getExtension(): String
Link copied to clipboard
abstract fun getFile(): File
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getType(): String
Link copied to clipboard
abstract fun setClassifier(@Nullable classifier: String)
Sets the classifier of this artifact.
Link copied to clipboard
abstract fun setExtension(extension: String)
Sets the extension of this artifact.
Link copied to clipboard
abstract fun setName(name: String)
Sets the name of this artifact.
Link copied to clipboard
abstract fun setType(type: String)
Sets the type of this artifact.