Interface SCMSourceByItemProvider
-
- All Known Implementing Classes:
DefaultSCMSourceByItemProvider
public interface SCMSourceByItemProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jenkins.scm.api.SCMSource
findSource(Item item)
-
-
-
Method Detail
-
findSource
@CheckForNull jenkins.scm.api.SCMSource findSource(Item item)
- Returns:
- the result of calling SCMSource.SourceByItem.findSource(item)
- Since:
- 3.0.0
-
-