AgentVcsExtension
implementations. For more details, see AgentVcsRegistry@Deprecated public interface CheckoutOnAgentVcsSupport extends AgentExtension
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 updatingVcsException - if any error occurs preventing sources update@NotNull java.lang.String getName()