Interface SoftwareUpgrade

    • Method Detail

      • configureUri

        boolean configureUri​(java.net.URI uri)
        Configures the uri from where the upgrade will be pulled.
        Parameters:
        uri - uri of the software upgrade location
        Returns:
        boolean true if the uri was properly configured
      • upgrade

        java.util.concurrent.CompletableFuture<SoftwareUpgrade.Status> upgrade()
        Performs an upgrade.
        Returns:
        A future that will be completed when the upgrade completes