Class GitInfoValueSource
java.lang.Object
com.carrotsearch.gradle.buildinfra.environment.GitInfoValueSource
- All Implemented Interfaces:
org.gradle.api.provider.ValueSource<Map<String,String>, GitInfoValueSource.Parameters>
public abstract class GitInfoValueSource
extends Object
implements org.gradle.api.provider.ValueSource<Map<String,String>,GitInfoValueSource.Parameters>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.api.provider.ValueSource
getParameters
-
Constructor Details
-
GitInfoValueSource
public GitInfoValueSource()
-
-
Method Details
-
getExecOps
@Inject public abstract org.gradle.process.ExecOperations getExecOps() -
obtain
- Specified by:
obtainin interfaceorg.gradle.api.provider.ValueSource<Map<String,String>, GitInfoValueSource.Parameters>
-