Class DefaultSCMSourceByItemProvider
- java.lang.Object
 - 
- com.atlassian.bitbucket.jenkins.internal.provider.DefaultSCMSourceByItemProvider
 
 
- 
- All Implemented Interfaces:
 SCMSourceByItemProvider
@Singleton public class DefaultSCMSourceByItemProvider extends Object implements SCMSourceByItemProvider
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultSCMSourceByItemProvider() 
 - 
 
- 
- 
Method Detail
- 
findSource
@CheckForNull public jenkins.scm.api.SCMSource findSource(Item item)
- Specified by:
 findSourcein interfaceSCMSourceByItemProvider- Returns:
 - the result of calling SCMSource.SourceByItem.findSource(item)
 
 
 - 
 
 -