Interface BLNexusClientConfigurationType

All Known Implementing Classes:
BLNexusClientConfiguration

@Immutable public interface BLNexusClientConfigurationType
The client configuration.
  • Method Details

    • applicationVersion

      BLApplicationVersion applicationVersion()
      Returns:
      The application using the client
    • userName

      String userName()
      Returns:
      The Nexus username
    • password

      String password()
      Returns:
      The Nexus password
    • stagingProfileId

      String stagingProfileId()
      Returns:
      The Nexus staging profile ID
    • baseURI

      @Default default URI baseURI()
      Returns:
      The base URI of the Nexus server
    • retryDelay

      Duration retryDelay()
      Returns:
      The duration by which to pause between failed attempts
    • retryCount

      int retryCount()
      Returns:
      The maximum number of times to retry requests