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
e7a985c3
Commit
e7a985c3
authored
Jun 13, 2017
by
Greg Messner
Browse files
Fixed Javadoc issue on updateGroup().
parent
a2d2246b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/GroupApi.java
View file @
e7a985c3
...
@@ -130,6 +130,7 @@ public class GroupApi extends AbstractApi {
...
@@ -130,6 +130,7 @@ public class GroupApi extends AbstractApi {
* @param requestAccessEnabled (optional) - Allow users to request member access.
* @param requestAccessEnabled (optional) - Allow users to request member access.
* @param parentId (optional) - The parent group id for creating nested group.
* @param parentId (optional) - The parent group id for creating nested group.
* @param sharedRunnersMinutesLimit (optional) - (admin-only) Pipeline minutes quota for this group
* @param sharedRunnersMinutesLimit (optional) - (admin-only) Pipeline minutes quota for this group
* @return the updated Group instance
* @throws GitLabApiException if any exception occurs
* @throws GitLabApiException if any exception occurs
*/
*/
public
Group
updateGroup
(
Integer
groupId
,
String
name
,
String
path
,
String
description
,
Boolean
membershipLock
,
public
Group
updateGroup
(
Integer
groupId
,
String
name
,
String
path
,
String
description
,
Boolean
membershipLock
,
...
...
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