Class QueryHeadTag<V>

Type Parameters:
V - the value type
All Implemented Interfaces:
org.gradle.api.provider.ValueSource<V,RepositoryValueSource.Parameters>
Direct Known Subclasses:
QueryHeadTag.Name

public abstract class QueryHeadTag<V> extends MappedRepositoryValueSource.Parameterless<org.eclipse.jgit.lib.Ref,V>
A MappedRepositoryValueSource that obtains values from the tag pointing to the commit checked out as HEAD, or null if the project is not in a git repository or is not checked out to a tag
  • Constructor Details

    • QueryHeadTag

      public QueryHeadTag()
  • Method Details