public interface SourceControlInfo
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<String> |
getBasedOffWhichTracked() |
String |
getCurrentRevisionId() |
Optional<VersionControlSupplier<InputStream>> |
getDiff() |
com.google.common.collect.ImmutableSet<String> |
getDirtyFiles() |
Optional<String> |
getRevisionIdOffTracked() |
Optional<Long> |
getRevisionTimestampOffTracked() |
static SourceControlInfo |
of(String currentRevisionId,
com.google.common.collect.ImmutableSet<String> basedOffWhichTracked,
Optional<String> revisionIdOffTracked,
Optional<Long> revisionTimestampOffTracked,
Optional<VersionControlSupplier<InputStream>> diff,
com.google.common.collect.ImmutableSet<String> dirtyFiles) |
String getCurrentRevisionId()
com.google.common.collect.ImmutableSet<String> getBasedOffWhichTracked()
Optional<VersionControlSupplier<InputStream>> getDiff()
com.google.common.collect.ImmutableSet<String> getDirtyFiles()
static SourceControlInfo of(String currentRevisionId, com.google.common.collect.ImmutableSet<String> basedOffWhichTracked, Optional<String> revisionIdOffTracked, Optional<Long> revisionTimestampOffTracked, Optional<VersionControlSupplier<InputStream>> diff, com.google.common.collect.ImmutableSet<String> dirtyFiles)