Class GrayBox
java.lang.Object
org.frankframework.ladybug.filter.AbstractBox
org.frankframework.ladybug.filter.GrayBox
- All Implemented Interfaces:
nl.nn.testtool.filter.CheckpointMatcher
Only show senders and pipelines (within these senders) (show only the pipeline checkpoints, not it's children)
- Author:
- Jaco de Groot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasStartPointOnLevel
(nl.nn.testtool.Report report, nl.nn.testtool.Checkpoint checkpoint) boolean
match
(nl.nn.testtool.Report report, nl.nn.testtool.Checkpoint checkpoint) Methods inherited from class org.frankframework.ladybug.filter.AbstractBox
isFirstOrLastCheckpoint, isPipeline, isSender, isSenderOrPipeline, isSenderOrPipelineOrFirstOrLastCheckpoint
-
Constructor Details
-
GrayBox
public GrayBox()
-
-
Method Details
-
match
public boolean match(nl.nn.testtool.Report report, nl.nn.testtool.Checkpoint checkpoint) - Specified by:
match
in interfacenl.nn.testtool.filter.CheckpointMatcher
- Overrides:
match
in classAbstractBox
-
hasStartPointOnLevel
public boolean hasStartPointOnLevel(nl.nn.testtool.Report report, nl.nn.testtool.Checkpoint checkpoint)
-