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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEnclosingBlockNames
(List<String> enclosingBlockNames) void
setEnclosingBlocks
(List<String> enclosingBlocks) void
-
Constructor Details
-
PipelineTestDetails
public PipelineTestDetails()
-
-
Method Details
-
getNodeId
-
setNodeId
-
getEnclosingBlocks
-
setEnclosingBlocks
-
getEnclosingBlockNames
-
setEnclosingBlockNames
-