Package net.kyori.indra.git.internal
Class IndraGitExtensionImpl.QueryTags
java.lang.Object
net.kyori.indra.git.RepositoryValueSource<V,RepositoryValueSource.Parameters>
net.kyori.indra.git.RepositoryValueSource.Parameterless<List<? extends org.eclipse.jgit.lib.Ref>>
net.kyori.indra.git.internal.IndraGitExtensionImpl.QueryTags
- All Implemented Interfaces:
org.gradle.api.provider.ValueSource<List<? extends org.eclipse.jgit.lib.Ref>,RepositoryValueSource.Parameters>
- Enclosing class:
- IndraGitExtensionImpl
public abstract static class IndraGitExtensionImpl.QueryTags
extends RepositoryValueSource.Parameterless<List<? extends org.eclipse.jgit.lib.Ref>>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.kyori.indra.git.RepositoryValueSource
RepositoryValueSource.Parameterless<V>, RepositoryValueSource.Parameters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.kyori.indra.git.RepositoryValueSource
obtainMethods 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
-
QueryTags
public QueryTags()
-
-
Method Details
-
obtain
@Nullable protected @Nullable List<? extends org.eclipse.jgit.lib.Ref> obtain(@NotNull @NotNull org.eclipse.jgit.api.Git repository) - Specified by:
obtainin classRepositoryValueSource<List<? extends org.eclipse.jgit.lib.Ref>,RepositoryValueSource.Parameters>
-