Package | Description |
---|---|
io.fabric8.process.fabric |
Modifier and Type | Method and Description |
---|---|
ContainerInstallOptions |
ContainerInstallOptions.ContainerInstallOptionsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Installation |
ContainerProcessManagerService.install(ContainerInstallOptions options,
InstallTask postInstall) |
Installation |
ContainerProcessManager.install(ContainerInstallOptions options,
InstallTask postInstall)
Installs a process with an optional URL of the controller JSON
together with an optional install step
|
Installation |
ContainerProcessManagerService.installJar(ContainerInstallOptions options) |
Installation |
ContainerProcessManager.installJar(ContainerInstallOptions options)
Installs an executable jar as a new managed process
|
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> |
ContainerProcessManagerService.listInstallationMap(ContainerInstallOptions options) |
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> |
ContainerProcessManager.listInstallationMap(ContainerInstallOptions options) |
java.util.List<Installation> |
ContainerProcessManagerService.listInstallations(ContainerInstallOptions options) |
java.util.List<Installation> |
ContainerProcessManager.listInstallations(ContainerInstallOptions options)
Returns the current installed processes which may or may not be running right now
|
Copyright © 2014 Red Hat. All Rights Reserved.