| Package | Description |
|---|---|
| org.specrunner.core.pipes | |
| org.specrunner.core.pipes.plugin | |
| org.specrunner.core.pipes.shutdown | |
| org.specrunner.pipeline | |
| org.specrunner.pipeline.core |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipeModel
A pipe with information about a model.
|
class |
PipeAnnotate
Pipe to call annotation service.
|
class |
PipeAnnotator
Pipe to bind an annotator to the channel.
|
class |
PipeContext
Create and bind a context to the channel.
|
class |
PipeDump
Make dumpers dump.
|
class |
PipeDumper
Adds a dumper to the channel.
|
class |
PipeFeatureManager
Set feature manager into channel.
|
class |
PipeListenerManager
Add listener manager.
|
class |
PipeMemory
Add memory information to the pipe.
|
class |
PipeMetavariables
Bind pipe information to the channel.
|
class |
PipeModel
Add a model information to the channel.
|
class |
PipeReport
Pipe to add report information.
|
class |
PipeReporter
Creates a reporter and add to the channel.
|
class |
PipeResult
Bind a result to the channel.
|
class |
PipeRun
Call a specification runner.
|
class |
PipeRunner
Add a runner to the pipe.
|
class |
PipeSource
Creates the source and add to the channel.
|
class |
PipeTime
Add time information to the channel.
|
class |
PipeTimestamp
Adds a time stamp tag to the channel.
|
class |
PipeTransformSource
Pipe perform a transformation into sources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PipeShortDump
Perform a short version of reports.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PipeResume
Call reporter resume.
|
class |
PipeReusable
Finalize all reusable resources.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPipeline
Abstraction for a series of pipes performing something on input information.
|
| Modifier and Type | Method and Description |
|---|---|
IPipeline |
IPipelineFactory.newPipeline(SRServices services,
IPipe... pipes)
A new pipeline.
|
void |
ProfilerPipeListener.onAfterCheck(IChannel channel,
IPipe source) |
void |
IPipeListener.onAfterCheck(IChannel channel,
IPipe source)
Perform something after checking.
|
void |
ProfilerPipeListener.onAfterProcess(IChannel channel,
IPipe source) |
void |
IPipeListener.onAfterProcess(IChannel channel,
IPipe source)
Perform something after processing.
|
void |
ProfilerPipeListener.onBeforeCheck(IChannel channel,
IPipe source) |
void |
IPipeListener.onBeforeCheck(IChannel channel,
IPipe source)
Perform something before checking.
|
void |
ProfilerPipeListener.onBeforeProcess(IChannel channel,
IPipe source) |
void |
IPipeListener.onBeforeProcess(IChannel channel,
IPipe source)
Perform something before processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PipelineImpl
Default implementation of a pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PipelineImpl.fireAfterCheck(IChannel channel,
IPipe source)
Fire event on channel.
|
protected void |
PipelineImpl.fireAfterPerform(IChannel channel,
IPipe source)
Fire event on channel.
|
protected void |
PipelineImpl.fireBeforeCheck(IChannel channel,
IPipe source)
Fire event on channel.
|
protected void |
PipelineImpl.fireBeforePerform(IChannel channel,
IPipe source)
Fire event on channel.
|
IPipeline |
PipelineFactoryImpl.newPipeline(SRServices services,
IPipe... pipes) |
| Constructor and Description |
|---|
PipelineImpl(Collection<? extends IPipe> c)
Superclass constructor.
|
Copyright © 2016. All rights reserved.