Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
5e2ba35c
Commit
5e2ba35c
authored
Jan 16, 2018
by
Greg Messner
Browse files
Fixed Javadoc errors (#128).
parent
917be7e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/GitLabApi.java
View file @
5e2ba35c
...
@@ -178,7 +178,7 @@ public class GitLabApi {
...
@@ -178,7 +178,7 @@ public class GitLabApi {
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
* using returned private token and the specified GitLab API version.</p>
* using returned private token and the specified GitLab API version.</p>
*
*
* <strong>NOTE</strong: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
* <strong>NOTE</strong
>
: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
* 10.2, the Session API login is utilized.
* 10.2, the Session API login is utilized.
*
*
* @param apiVersion the ApiVersion specifying which version of the API to use
* @param apiVersion the ApiVersion specifying which version of the API to use
...
@@ -196,7 +196,7 @@ public class GitLabApi {
...
@@ -196,7 +196,7 @@ public class GitLabApi {
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
* using returned private token using GitLab API version 4.</p>
* using returned private token using GitLab API version 4.</p>
*
*
* <strong>NOTE</strong: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
* <strong>NOTE</strong
>
: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
* 10.2, the Session API login is utilized.
* 10.2, the Session API login is utilized.
*
*
* @param url GitLab URL
* @param url GitLab URL
...
@@ -213,7 +213,7 @@ public class GitLabApi {
...
@@ -213,7 +213,7 @@ public class GitLabApi {
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
* using returned private token and the specified GitLab API version.</p>
* using returned private token and the specified GitLab API version.</p>
*
*
* <strong>NOTE</strong: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
* <strong>NOTE</strong
>
: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
* 10.2, the Session API login is utilized.
* 10.2, the Session API login is utilized.
*
*
* @param apiVersion the ApiVersion specifying which version of the API to use
* @param apiVersion the ApiVersion specifying which version of the API to use
...
@@ -256,7 +256,7 @@ public class GitLabApi {
...
@@ -256,7 +256,7 @@ public class GitLabApi {
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
* using returned private token using GitLab API version 4.</p>
* using returned private token using GitLab API version 4.</p>
*
*
* <strong>NOTE</strong: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
* <strong>NOTE</strong
>
: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
* 10.2, the Session API login is utilized.
* 10.2, the Session API login is utilized.
*
*
* @param url GitLab URL
* @param url GitLab URL
...
@@ -290,7 +290,7 @@ public class GitLabApi {
...
@@ -290,7 +290,7 @@ public class GitLabApi {
* <p>If this instance was created with {@link #login(String, String, String)} this method will
* <p>If this instance was created with {@link #login(String, String, String)} this method will
* return the Session instance returned by the GitLab API on login, otherwise returns null.</p>
* return the Session instance returned by the GitLab API on login, otherwise returns null.</p>
*
*
* <strong>NOTE</strong: For GitLab servers 10.2 and above this method will always return null.
* <strong>NOTE</strong
>
: For GitLab servers 10.2 and above this method will always return null.
*
*
* @return the Session instance
* @return the Session instance
* @deprecated This method will be removed in Release 5.0.0
* @deprecated This method will be removed in Release 5.0.0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment