| Package | Description |
|---|---|
| io.fabric8.jube.process | |
| io.fabric8.jube.process.service | |
| io.fabric8.jube.process.support |
| Modifier and Type | Method and Description |
|---|---|
Installation |
ProcessManager.install(InstallOptions parameters,
InstallTask postInstall)
Installs a process with an optional URL of the controller JSON
together with an optional install step
|
| Modifier and Type | Method and Description |
|---|---|
Installation |
ProcessManagerService.install(InstallOptions options,
InstallTask postInstall) |
protected Installation |
ProcessManagerService.installViaScript(InstallOptions options,
InstallTask installTask) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeTask |
class |
DownloadResourcesTask
Downloads the given resources from a map of relative path -> URL mappings
|
class |
RemoveFilesTask
Removes one or more files or directories from the distro after unpacking
|
| Modifier and Type | Method and Description |
|---|---|
static InstallTask |
CompositeTask.combine(InstallTask task1,
InstallTask task2)
Returns a combined task of task1 and task2 if they are both not null.
|
| Modifier and Type | Method and Description |
|---|---|
static InstallTask |
CompositeTask.combine(InstallTask task1,
InstallTask task2)
Returns a combined task of task1 and task2 if they are both not null.
|
| Constructor and Description |
|---|
CompositeTask(InstallTask... subTasks) |
Copyright © 2014-2015 Red Hat. All Rights Reserved.