Interface JenkinsAuthWrapper
- 
- All Known Implementing Classes:
 DefaultJenkinsAuthWrapper
public interface JenkinsAuthWrapperThis 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 AuthenticationgetAuthentication()SecurityModegetSecurityMode() 
 - 
 
- 
- 
Method Detail
- 
getAuthentication
Authentication getAuthentication()
 
- 
getSecurityMode
SecurityMode getSecurityMode()
 
 - 
 
 -