@Component public class SCMServiceDetectorImpl extends java.lang.Object implements SCMServiceDetector
| Constructor and Description |
|---|
SCMServiceDetectorImpl(java.util.List<SCMServiceProvider> scmServiceProviders) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<SCMService> |
getScmService(net.nemerosa.ontrack.model.structure.Branch branch)
Gets the SCM service associated with a branch, or empty if none is available.
|
@Autowired public SCMServiceDetectorImpl(java.util.List<SCMServiceProvider> scmServiceProviders)
public java.util.Optional<SCMService> getScmService(net.nemerosa.ontrack.model.structure.Branch branch)
SCMServiceDetectorgetScmService in interface SCMServiceDetector