Java Toolchain Repository
Named configuration of JavaToolchainResolver implementations, identified by their implementation class.
The implementation class is the only mandatory property (it identifies the JavaToolchainResolver being configured; the name is arbitrary, chosen by the build author).
Authentication related configuration is optional.
Since
7.6
Functions
Link copied to clipboard
Configures the authentication schemes for this repository.
Link copied to clipboard
Configures the credentials for this repository that will be provided by the build.
Configures the username and password credentials for this repository using the supplied action.
Configures the credentials for this repository using the supplied action.
Link copied to clipboard
Returns the authentication schemes for this repository.
Link copied to clipboard
Returns the username and password credentials used to authenticate to this repository.
Returns the credentials of the specified type used to authenticate with this repository.
Link copied to clipboard
Class implementing the JavaToolchainResolver being configured.