com.atlassian.bamboo.v2.build.repository
Interface LegacyRepository

All Known Implementing Classes:
CVSRepository, PerforceRepository

public interface LegacyRepository


Method Summary
 java.lang.String retrieveSourceCode(BuildContext buildContext, java.lang.String vcsRevisionKey)
          Deprecated. since 3.3 use CustomSourceDirectoryAwareRepository.retrieveSourceCode(BuildContext, String, File)
 

Method Detail

retrieveSourceCode

@NotNull
@Deprecated
java.lang.String retrieveSourceCode(@NotNull
                                                       BuildContext buildContext,
                                                       @Nullable
                                                       java.lang.String vcsRevisionKey)
                                    throws RepositoryException
Deprecated. since 3.3 use CustomSourceDirectoryAwareRepository.retrieveSourceCode(BuildContext, String, File)

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


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.