Class GoogleConnectDescriber
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.google.GoogleConnectDescriber
-
public class GoogleConnectDescriber extends Object
-
-
Constructor Summary
Constructors Constructor Description GoogleConnectDescriber(String clientId, String clientSecret)
GoogleConnectDescriber(Map<String,String> params)
GoogleConnectDescriber(OAuthConnectionDescriptor cd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
String
getClientSecret()
String
getDescription()
-
-
-
Constructor Detail
-
GoogleConnectDescriber
public GoogleConnectDescriber(@NotNull OAuthConnectionDescriptor cd)
-
-