Interface JenkinsAuthWrapper
-
- All Known Implementing Classes:
DefaultJenkinsAuthWrapper
public interface JenkinsAuthWrapper
This exists purely to support unit testing. Jenkins class is not unit test friendly. This Wrapper helps to mitigate that.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Authentication
getAuthentication()
SecurityMode
getSecurityMode()
-
-
-
Method Detail
-
getAuthentication
Authentication getAuthentication()
-
getSecurityMode
SecurityMode getSecurityMode()
-
-