public class PipelineBlockWithTests extends Object implements Serializable
Constructor and Description |
---|
PipelineBlockWithTests(String blockId) |
Modifier and Type | Method and Description |
---|---|
void |
addChildBlock(PipelineBlockWithTests child) |
void |
addLeafNode(String leafNode) |
boolean |
equals(Object o) |
String |
getBlockId() |
Map<String,PipelineBlockWithTests> |
getChildBlocks() |
Set<String> |
getLeafNodes() |
int |
hashCode() |
void |
merge(PipelineBlockWithTests toMerge) |
Set<String> |
nodesWithTests() |
@Nonnull public Map<String,PipelineBlockWithTests> getChildBlocks()
public void addChildBlock(@Nonnull PipelineBlockWithTests child)
public void merge(@Nonnull PipelineBlockWithTests toMerge)
Copyright © 2016–2019. All rights reserved.