public interface VersionControlCmdLineInterface
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<String> |
changedFiles(String fromRevisionId) |
Optional<VersionControlSupplier<InputStream>> |
diffBetweenRevisions(String baseRevision,
String tipRevision) |
com.facebook.buck.util.versioncontrol.FastVersionControlStats |
fastVersionControlStats() |
boolean |
isSupportedVersionControlSystem() |
boolean isSupportedVersionControlSystem() throws InterruptedException
InterruptedException
Optional<VersionControlSupplier<InputStream>> diffBetweenRevisions(String baseRevision, String tipRevision) throws VersionControlCommandFailedException, InterruptedException
baseRevision
- tipRevision
- VersionControlSupplier
of the input stream of the diff between two revisions or
Optional.empty()
VersionControlCommandFailedException
InterruptedException
com.google.common.collect.ImmutableSet<String> changedFiles(String fromRevisionId) throws VersionControlCommandFailedException, InterruptedException
fromRevisionId
- VersionControlCommandFailedException
InterruptedException
com.facebook.buck.util.versioncontrol.FastVersionControlStats fastVersionControlStats() throws InterruptedException, VersionControlCommandFailedException