GitVersionCacheService

abstract class GitVersionCacheService : BuildService<BuildServiceParameters.None> (source)

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getGitVersion(project: Path, prefix: Any?, providers: ProviderFactory): String
fun getGitVersion(project: Path, prefix: Provider<String>, providers: ProviderFactory): String
Link copied to clipboard
@Inject
abstract fun getParameters(): BuildServiceParameters.None
Link copied to clipboard
fun getVersionDetails(project: Path, args: Any?, providers: ProviderFactory): VersionDetails
fun getVersionDetails(project: Path, prefix: Provider<String>, providers: ProviderFactory): VersionDetails