Interface LegacyRepository
-
- All Known Implementing Classes:
PerforceRepository
public interface LegacyRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NotNull String
retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey)
Deprecated.
-
-
-
Method Detail
-
retrieveSourceCode
@NotNull @Deprecated @NotNull String retrieveSourceCode(@NotNull @NotNull BuildContext buildContext, @Nullable @Nullable String vcsRevisionKey) throws RepositoryException
Deprecated.Checks out the latest source code to an appropriate repository to default source code directory.- Parameters:
buildContext
-vcsRevisionKey
- - may be null if you want latest code- Returns:
- vcsRevisionKey - the revision
- Throws:
RepositoryException
-
-