@Beta public interface SoftwareUpgrade extends HandlerBehaviour
Modifier and Type | Interface and Description |
---|---|
static class |
SoftwareUpgrade.Status
Completion status of upgrade.
|
Modifier and Type | Method and Description |
---|---|
boolean |
configureUri(URI uri)
Configures the uri from where the upgrade will be pulled.
|
CompletableFuture<SoftwareUpgrade.Status> |
upgrade()
Performs an upgrade.
|
handler, setHandler
boolean configureUri(URI uri)
uri
- uri of the software upgrade locationCompletableFuture<SoftwareUpgrade.Status> upgrade()