Interface SCMHeadByItemProvider
-
- All Known Implementing Classes:
DefaultSCMHeadByItemProvider
public interface SCMHeadByItemProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jenkins.scm.api.SCMHead
findHead(Item item)
-
-
-
Method Detail
-
findHead
@CheckForNull jenkins.scm.api.SCMHead findHead(Item item)
- Returns:
- the result of calling SCMHead.HeadByItem.findHead(item)
- Since:
- 3.0.0
-
-