We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CpsBodySubContext.toString
1 parent 94b6fd3 commit 5794322Copy full SHA for 5794322
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodySubContext.java
@@ -57,6 +57,10 @@ public int hashCode() {
57
// Delegation to 'base' from here
58
//======================================
59
60
+ @Override
61
+ public String toString() {
62
+ return "CpsBodySubContext[" + base + ":" + node.getId()+ "]";
63
+ }
64
65
@Override
66
public void onFailure(Throwable t) {
0 commit comments