Interface LegacyRepository
public interface LegacyRepository
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
retrieveSourceCode
(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey) Deprecated.
-
Method Details
-
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
-
CustomSourceDirectoryAwareRepository.retrieveSourceCode(BuildContext, String, File)