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
a1c36764
Commit
a1c36764
authored
Dec 04, 2018
by
Greg Messner
Browse files
Added javadoc for packages_enabled.
parent
19b8d962
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/ProjectApi.java
View file @
a1c36764
...
@@ -708,6 +708,7 @@ public class ProjectApi extends AbstractApi implements Constants {
...
@@ -708,6 +708,7 @@ public class ProjectApi extends AbstractApi implements Constants {
* printingMergeRequestLinkEnabled (optional) - Show link to create/view merge request when pushing from the command line
* printingMergeRequestLinkEnabled (optional) - Show link to create/view merge request when pushing from the command line
* resolveOutdatedDiffDiscussions (optional) - Automatically resolve merge request diffs discussions on lines changed with a push
* resolveOutdatedDiffDiscussions (optional) - Automatically resolve merge request diffs discussions on lines changed with a push
* initialize_with_readme (optional) - Initialize project with README file
* initialize_with_readme (optional) - Initialize project with README file
* packagesEnabled (optional) - Enable or disable mvn packages repository feature
*
*
* @param project the Project instance with the configuration for the new project
* @param project the Project instance with the configuration for the new project
* @param importUrl the URL to import the repository from
* @param importUrl the URL to import the repository from
...
@@ -946,6 +947,7 @@ public class ProjectApi extends AbstractApi implements Constants {
...
@@ -946,6 +947,7 @@ public class ProjectApi extends AbstractApi implements Constants {
* approvalsBeforeMerge (optional) - How many approvers should approve merge request by default
* approvalsBeforeMerge (optional) - How many approvers should approve merge request by default
* printingMergeRequestLinkEnabled (optional) - Show link to create/view merge request when pushing from the command line
* printingMergeRequestLinkEnabled (optional) - Show link to create/view merge request when pushing from the command line
* resolveOutdatedDiffDiscussions (optional) - Automatically resolve merge request diffs discussions on lines changed with a push
* resolveOutdatedDiffDiscussions (optional) - Automatically resolve merge request diffs discussions on lines changed with a push
* packagesEnabled (optional) - Enable or disable mvn packages repository feature
*
*
* NOTE: The following parameters specified by the GitLab API edit project are not supported:
* NOTE: The following parameters specified by the GitLab API edit project are not supported:
* import_url
* import_url
...
...
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