Class StaplerReferer
java.lang.Object
org.jenkinsci.plugins.workflow.util.StaplerReferer
JENKINS-19413 workaround.
Will be deleted in the future.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Item>
TfindItemFromRequest
(Class<T> type) LikeStaplerRequest.findAncestorObject(java.lang.Class<T>)
except works also in configuration screens when a lazy-load section is newly added.
-
Method Details
-
findItemFromRequest
LikeStaplerRequest.findAncestorObject(java.lang.Class<T>)
except works also in configuration screens when a lazy-load section is newly added.
-