Class GitHubAccessTokenController.GitHubError
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.github.GitHubAccessTokenController.GitHubError
-
- Enclosing class:
- GitHubAccessTokenController
public static class GitHubAccessTokenController.GitHubError extends Object
-
-
Constructor Summary
Constructors Constructor Description GitHubError(OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getError()
String
getErrorDescription()
OAuthConnectionDescriptor
getOAuthConnection()
-
-
-
Constructor Detail
-
GitHubError
public GitHubError(@Nullable OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription)
-
-
Method Detail
-
getError
public String getError()
-
getErrorDescription
public String getErrorDescription()
-
getOAuthConnection
@Nullable public OAuthConnectionDescriptor getOAuthConnection()
-
-