Class Nexus

  • All Implemented Interfaces:
    Connector

    public class Nexus
    extends Object
    implements Connector
    A class that provides access to the supported REST endpoints of Sonatype Nexus.
    • Method Detail

      • getResults

        public List<ResultEntry> getResults()
        Description copied from interface: Connector
        Get the results from the repository instance defined in the build parameters. The results take the API options into consideration but not any of the display options. No modifications are done and the results are returned as provided by the target server.
        Specified by:
        getResults in interface Connector