toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts
/
PublishArtifact
Publish
Artifact
API
interface
PublishArtifact
:
Buildable
(
source
)
A
PublishArtifact
is an artifact produced by a project.
Inheritors
ConfigurablePublishArtifact
Members
Functions
get
Build
Dependencies
Link copied to clipboard
API
abstract
fun
getBuildDependencies
(
)
:
TaskDependency
get
Classifier
Link copied to clipboard
API
@
Nullable
abstract
fun
getClassifier
(
)
:
String
Returns the classifier of this published artifact, if any.
get
Date
Link copied to clipboard
API
@
Nullable
abstract
fun
getDate
(
)
:
Date
Returns the date that should be used when publishing this artifact.
get
Extension
Link copied to clipboard
API
abstract
fun
getExtension
(
)
:
String
Returns the extension of this published artifact.
get
File
Link copied to clipboard
API
abstract
fun
getFile
(
)
:
File
Returns the file of this artifact.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of the artifact.
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
String
Returns the type of the published artifact.