Class DefaultDockerUrlValueSource
- java.lang.Object
-
- com.bmuschko.gradle.docker.internal.DefaultDockerUrlValueSource
-
- All Implemented Interfaces:
ValueSource<String,ValueSourceParameters.None>
public abstract class DefaultDockerUrlValueSource extends Object implements ValueSource<String,ValueSourceParameters.None>
-
-
Constructor Summary
Constructors Constructor Description DefaultDockerUrlValueSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringobtain()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.gradle.api.provider.ValueSource
getParameters
-
-
-
-
Method Detail
-
obtain
public String obtain()
- Specified by:
obtainin interfaceValueSource<String,ValueSourceParameters.None>
-
-