Interface NexusRest

All Known Implementing Classes:
NexusRestImpl

public interface NexusRest
Class to access the nexus api.
  • Method Details

    • defaultApi

      @CheckReturnValue static NexusRest defaultApi(String host)
      Get a api with default settings.
      Returns:
      api instance
    • builder

      @CheckReturnValue static NexusRestBuilder builder(String host)
      Get a builder to configure the api.
      Returns:
      builder
    • v1

      V1 v1()