|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UpdateByCheckoutRules
Implement this interface to support agent side vcs checkout if you want to
process CheckoutRules yourself.
Consider implementing UpdateByIncludeRules2
interface if you do not need to handle chekout rules processing explicitly.
| Method Summary | |
|---|---|
void |
updateSources(VcsRoot root,
CheckoutRules rules,
java.lang.String toVersion,
java.io.File destFolder,
BuildProgressLogger logger)
Deprecated. Called to update sources in the specified working directory. |
| Method Detail |
|---|
void updateSources(@NotNull
VcsRoot root,
@NotNull
CheckoutRules rules,
@NotNull
java.lang.String toVersion,
@NotNull
java.io.File destFolder,
@NotNull
BuildProgressLogger logger)
throws VcsException
logger - build progress loggerdestFolder - working directory where sources will be updated (root directory for the sources)root - VCS roottoVersion - version to update sources torules - checkout rules to consider during sources updating
VcsException - if any error occurs preventing sources update
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||