Class GitLabError
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.gitlab.GitLabError
-
public class GitLabError extends Object
-
-
Constructor Summary
Constructors Constructor Description GitLabError(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
-
GitLabError
public GitLabError(@NotNull OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription)
-
-
Method Detail
-
getError
public String getError()
-
getErrorDescription
public String getErrorDescription()
-
getOAuthConnection
@NotNull public OAuthConnectionDescriptor getOAuthConnection()
-
-