IvyArtifact

An artifact published as part of a IvyPublication.

Functions

Link copied to clipboard
abstract fun builtBy(tasks: Array<Any>)
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getClassifier(): String
The classifier used to publish the artifact file.
Link copied to clipboard
@Nullable
abstract fun getConf(): String
A comma separated list of public configurations in which this artifact is published.
Link copied to clipboard
abstract fun getExtension(): String
The extension used to publish the artifact file, never null.
Link copied to clipboard
abstract fun getFile(): File
Link copied to clipboard
abstract fun getName(): String
The name used to publish the artifact file, never null.
Link copied to clipboard
abstract fun getType(): String
The type used to publish the artifact file, never null.
Link copied to clipboard
abstract fun setClassifier(@Nullable classifier: String)
Sets the classifier used to publish the artifact file.
Link copied to clipboard
abstract fun setConf(@Nullable conf: String)
Sets a comma separated list of public configurations in which this artifact is published.
Link copied to clipboard
abstract fun setExtension(extension: String)
Sets the extension used to publish the artifact file.
Link copied to clipboard
abstract fun setName(name: String)
Sets the name used to publish the artifact file.
Link copied to clipboard
abstract fun setType(type: String)
Sets the type used to publish the artifact file.