gradle
9.7.0-20260526005751+0000
      Target filter
Search in API
Skip to content
    gradle
gradle/org.gradle.kotlin.dsl/getCredentials

getCredentials

inline fun <T : Credentials> AuthenticationSupported.getCredentials(credentialsType: KClass<T>): T(source)
inline fun <T : Credentials> AuthenticationSupported.getCredentials(credentialsType: KClass<T>): T(source)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.AuthenticationSupported.getCredentials.

See also

org.gradle.api.artifacts.repositories.AuthenticationSupported.getCredentials
Generated by Dokka
Gradle Kotlin DSL Reference