public abstract class ArtifactTarget
extends Object
-
Constructor Summary
Constructors
-
Method Summary
abstract org.gradle.api.provider.ListProperty<String>
abstract org.gradle.api.provider.Property<String>
abstract org.gradle.api.file.RegularFileProperty
abstract org.gradle.api.file.RegularFileProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArtifactTarget
public ArtifactTarget()
-
Method Details
-
getSource
@InputFile
@PathSensitive(NONE)
public abstract org.gradle.api.file.RegularFileProperty getSource()
-
getTarget
@Internal
public abstract org.gradle.api.file.RegularFileProperty getTarget()
-
getCapabilities
@Internal
public abstract org.gradle.api.provider.ListProperty<String> getCapabilities()
-
getSanitizedName
@Internal
public abstract org.gradle.api.provider.Property<String> getSanitizedName()