public abstract class VolumeSpec
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.provider.Property<String>
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VolumeSpec
public VolumeSpec()
-
Method Details
-
getSource
public abstract org.gradle.api.provider.Property<String> getSource()
-
getTarget
public abstract org.gradle.api.provider.Property<String> getTarget()
-
getOptions
public abstract org.gradle.api.provider.ListProperty<String> getOptions()
-
-