| Package | Description |
|---|---|
| org.arquillian.spacelift.execution | |
| org.arquillian.spacelift.tool |
| Modifier and Type | Class and Description |
|---|---|
static class |
Tasks.InjectTask<NEXT_IN> |
| Modifier and Type | Method and Description |
|---|---|
static <IN,OUT,TASK extends Task<? super IN,OUT>> |
Tasks.chain(IN input,
Class<TASK> taskDef) |
static <IN,OUT,TASK extends Task<? super IN,OUT>> |
Tasks.prepare(Class<TASK> taskDef) |
<OUT_2,TASK_2 extends Task<? super OUT,OUT_2>> |
Task.then(Class<TASK_2> nextTask)
Allows to connect current task with next task, given the output of this task matches input of next task
|
| Modifier and Type | Method and Description |
|---|---|
protected Task<IN,OUT> |
Task.setExecutionService(ExecutionService executionService)
Sets
ExecutionService to be used to execute this task asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Task.setPreviousTask(Task<?,? extends IN> previous)
Sets previous task
|
| Modifier and Type | Class and Description |
|---|---|
class |
Tool<IN,OUT>
Abstraction of a tool.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.