|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
AgentVcsExtension
implementations. For more details, see AgentVcsRegistry
public interface CheckoutOnAgentVcsSupport
Implement this interface to provide checkout on agent support for VCS plugin.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Deprecated. Name of the VCS plugin. |
void |
updateSources(BuildProgressLogger logger,
java.io.File workingDirectory,
VcsRoot root,
java.lang.String newVersion,
IncludeRule includeRule)
Deprecated. Called to update sources in the specified working directory. |
| Method Detail |
|---|
void updateSources(@NotNull
BuildProgressLogger logger,
@NotNull
java.io.File workingDirectory,
@NotNull
VcsRoot root,
@NotNull
java.lang.String newVersion,
@NotNull
IncludeRule includeRule)
throws VcsException
logger - build progress loggerworkingDirectory - working directory where sources will be updated (root directory for the sources)root - VCS rootnewVersion - version to update sources toincludeRule - checkout rule to consider during sources updating
VcsException - if any error occurs preventing sources update@NotNull java.lang.String getName()
VcsSupportConfig.getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||