Class TestConnectionCommand
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.projects.TestConnectionCommand
-
public class TestConnectionCommand extends Object
- Author:
- kir
-
-
Constructor Summary
Constructors Constructor Description TestConnectionCommand(VcsServiceFactory vcsServiceFactory, BranchSpecs branchSpecs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doTestConnection(VcsPropertiesBean form, SUser user, org.jdom.Element xmlResponse, ActionErrors errors, OAuthTokensStorage oauthTokens, EditVcsRootsController.TokenInfoConsumer tokenInfoConsumer)
boolean
isTestConnectionAvailableFor(SVcsRoot root)
-
-
-
Constructor Detail
-
TestConnectionCommand
public TestConnectionCommand(@NotNull VcsServiceFactory vcsServiceFactory, @NotNull BranchSpecs branchSpecs)
-
-
Method Detail
-
isTestConnectionAvailableFor
public boolean isTestConnectionAvailableFor(@NotNull SVcsRoot root)
-
doTestConnection
public void doTestConnection(@NotNull VcsPropertiesBean form, @Nullable SUser user, @NotNull org.jdom.Element xmlResponse, @NotNull ActionErrors errors, @NotNull OAuthTokensStorage oauthTokens, @NotNull EditVcsRootsController.TokenInfoConsumer tokenInfoConsumer)
-
-