class ArtifactFeature extends java.lang.Object
Represents the configuration of a platform feature.
| Type | Name and description |
|---|---|
java.util.List<ArtifactsMatch> |
configArtifactsList of artifact references |
java.util.List<java.lang.String> |
configFeaturesList of included features IDs |
java.lang.String |
id |
java.lang.String |
label |
org.gradle.api.Project |
project |
java.lang.String |
providerName |
java.lang.String |
version |
| Constructor and description |
|---|
ArtifactFeature
(org.gradle.api.Project project, java.lang.Object featureNotation, groovy.lang.Closure featureClosure) |
| Type | Name and description |
|---|---|
java.lang.Iterable<BundleArtifact> |
getBundles() |
java.lang.Iterable<Feature> |
getIncludedFeatures() |
java.lang.String |
getVersion() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
List of artifact references
List of included features IDs
Groovy Documentation