Package hudson.tasks.test
Class PipelineTestDetails
java.lang.Object
hudson.tasks.test.PipelineTestDetails
- All Implemented Interfaces:
 Serializable
Builder class for recording additional Pipeline-related arguments needed for test parsing and test results.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnclosingBlockNames(List<String> enclosingBlockNames) voidsetEnclosingBlocks(List<String> enclosingBlocks) void 
- 
Constructor Details
- 
PipelineTestDetails
public PipelineTestDetails() 
 - 
 - 
Method Details
- 
getNodeId
 - 
setNodeId
 - 
getEnclosingBlocks
 - 
setEnclosingBlocks
 - 
getEnclosingBlockNames
 - 
setEnclosingBlockNames
 
 -