Buildable
ConfigurablePublishArtifact
org.gradle.api.internal.artifacts.publish.AbstractPublishArtifact
, Signature
public interface PublishArtifact extends Buildable
A PublishArtifact
is an artifact produced by a project.
Modifier and Type | Method | Description |
---|---|---|
String |
getClassifier() |
Returns the classifier of this published artifact, if any.
|
Date |
getDate() |
Returns the date that should be used when publishing this artifact.
|
String |
getExtension() |
Returns the extension of this published artifact.
|
File |
getFile() |
Returns the file of this artifact.
|
String |
getName() |
Returns the name of the artifact.
|
String |
getType() |
Returns the type of the published artifact.
|
getBuildDependencies
String getName()
String getExtension()
String getType()
@Nullable String getClassifier()
File getFile()
@Nullable Date getDate()