Skip to content

Commit a1c3676

Browse files
committed
Added javadoc for packages_enabled.
1 parent 19b8d96 commit a1c3676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/gitlab4j/api/ProjectApi.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ public Project createProject(Project project) throws GitLabApiException {
708708
* printingMergeRequestLinkEnabled (optional) - Show link to create/view merge request when pushing from the command line
709709
* resolveOutdatedDiffDiscussions (optional) - Automatically resolve merge request diffs discussions on lines changed with a push
710710
* initialize_with_readme (optional) - Initialize project with README file
711+
* packagesEnabled (optional) - Enable or disable mvn packages repository feature
711712
*
712713
* @param project the Project instance with the configuration for the new project
713714
* @param importUrl the URL to import the repository from
@@ -946,6 +947,7 @@ public Project createProject(String name, Integer namespaceId, String descriptio
946947
* approvalsBeforeMerge (optional) - How many approvers should approve merge request by default
947948
* printingMergeRequestLinkEnabled (optional) - Show link to create/view merge request when pushing from the command line
948949
* resolveOutdatedDiffDiscussions (optional) - Automatically resolve merge request diffs discussions on lines changed with a push
950+
* packagesEnabled (optional) - Enable or disable mvn packages repository feature
949951
*
950952
* NOTE: The following parameters specified by the GitLab API edit project are not supported:
951953
* import_url

0 commit comments

Comments
 (0)