Class TestConnectionController
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.TestConnectionController
-
public abstract class TestConnectionController extends Object
-
-
Constructor Summary
Constructors Constructor Description TestConnectionController(OAuthProvider oAuthProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleTestConnection(String projectId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Constructor Detail
-
TestConnectionController
public TestConnectionController(OAuthProvider oAuthProvider)
-
-
Method Detail
-
handleTestConnection
@PostMapping(produces="application/xml") public void handleTestConnection(@RequestParam("projectId") String projectId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
- Throws:
IOException
-
-