Package jenkins.model
Interface Jenkins.JenkinsHolder
-
- Enclosing class:
- Jenkins
public static interface Jenkins.JenkinsHolder
Hook for a test harness to intercept Jenkins.get() Do not use in the production code as the signature may change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jenkins
getInstance()
-
-
-
Method Detail
-
getInstance
@CheckForNull Jenkins getInstance()
-
-