public interface SCMService
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.String> |
download(net.nemerosa.ontrack.model.structure.Branch branch,
java.lang.String path)
Downloads the file at the given path for a branch
|
java.util.Optional<SCMPathInfo> |
getSCMPathInfo(net.nemerosa.ontrack.model.structure.Branch branch)
Gets the SCM path info of a branch
|
java.util.Optional<java.lang.String> download(net.nemerosa.ontrack.model.structure.Branch branch,
java.lang.String path)
java.util.Optional<SCMPathInfo> getSCMPathInfo(net.nemerosa.ontrack.model.structure.Branch branch)