Commit a1c36764 authored by Greg Messner's avatar Greg Messner
Browse files

Added javadoc for packages_enabled.

parent 19b8d962
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment