toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts
/
ConfigurablePublishArtifact
Configurable
Publish
Artifact
API
interface
ConfigurablePublishArtifact
:
PublishArtifact
(
source
)
A
PublishArtifact
whose properties can be modified.
Members
Functions
built
By
Link copied to clipboard
API
abstract
fun
builtBy
(
tasks
:
Array
<
Any
>
)
:
ConfigurablePublishArtifact
Registers some tasks which build this artifact.
get
Build
Dependencies
Link copied to clipboard
API
abstract
fun
getBuildDependencies
(
)
:
TaskDependency
get
Classifier
Link copied to clipboard
API
abstract
fun
getClassifier
(
)
:
String
get
Date
Link copied to clipboard
API
abstract
fun
getDate
(
)
:
Date
get
Extension
Link copied to clipboard
API
abstract
fun
getExtension
(
)
:
String
get
File
Link copied to clipboard
API
abstract
fun
getFile
(
)
:
File
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
String
set
Classifier
Link copied to clipboard
API
abstract
fun
setClassifier
(
@
Nullable
classifier
:
String
)
Sets the classifier of this artifact.
set
Extension
Link copied to clipboard
API
abstract
fun
setExtension
(
extension
:
String
)
Sets the extension of this artifact.
set
Name
Link copied to clipboard
API
abstract
fun
setName
(
name
:
String
)
Sets the name of this artifact.
set
Type
Link copied to clipboard
API
abstract
fun
setType
(
type
:
String
)
Sets the type of this artifact.