Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tweekowsky
/
java-gitlab-api
Public
forked from
timols/java-gitlab-api
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 20, 2019
Update LICENSE
tweekowsky
authored
d59f9b9
View commit details
Copy full SHA for d59f9b9
Browse repository at this point
Commits on Feb 27, 2017
Update .gitignore
tweekowsky
authored
5792989
View commit details
Copy full SHA for 5792989
Browse repository at this point
Update .gitignore
tweekowsky
authored
6eb616f
View commit details
Copy full SHA for 6eb616f
Browse repository at this point
Commits on May 2, 2016
Merge pull request #135 from tristanlins/feature-project-builds
Show description for 860c42a
timols
committed
860c42a
View commit details
Copy full SHA for 860c42a
Browse repository at this point
Merge pull request #133 from jfisbein/master
Show description for d4efbbe
timols
committed
d4efbbe
View commit details
Copy full SHA for d4efbbe
Browse repository at this point
Commits on Apr 30, 2016
Add GitlabProject#runnersToken
tristanlins
committed
be32709
View commit details
Copy full SHA for be32709
Browse repository at this point
Add GitlabProject#publicBuilds
tristanlins
committed
28df5a0
View commit details
Copy full SHA for 28df5a0
Browse repository at this point
Add GitlabProject#sharedRunnersEnabled
tristanlins
committed
686add6
View commit details
Copy full SHA for 686add6
Browse repository at this point
Add GitlabProject#buildEnabled
tristanlins
committed
28b8513
View commit details
Copy full SHA for 28b8513
Browse repository at this point
Commits on Apr 21, 2016
Added support for tag_push_events on project hooks
joanfon
committed
ae0c092
View commit details
Copy full SHA for ae0c092
Browse repository at this point
Commits on Apr 18, 2016
Merge pull request #131 from rockwotj/master
Show description for 45f63e7
timols
committed
45f63e7
View commit details
Copy full SHA for 45f63e7
Browse repository at this point
Commits on Apr 15, 2016
Added ability to get other user's groups
rockwotj
committed
75a7c20
View commit details
Copy full SHA for 75a7c20
Browse repository at this point
Commits on Apr 6, 2016
Merge pull request #130 from askoog/master
Show description for 56534cf
timols
committed
56534cf
View commit details
Copy full SHA for 56534cf
Browse repository at this point
Support for listing more than 20 project members
askoog
committed
d6b8021
View commit details
Copy full SHA for d6b8021
Browse repository at this point
Commits on Apr 3, 2016
Merge pull request #128 from sstafford/issue127
Show description for 1c17021
timols
committed
1c17021
View commit details
Copy full SHA for 1c17021
Browse repository at this point
Commits on Apr 2, 2016
Adding a default branch argument to the updateProject method.
Show description for ac1cd58
Shawn Stafford
committed
ac1cd58
View commit details
Copy full SHA for ac1cd58
Browse repository at this point
Commits on Mar 30, 2016
Merge pull request #126 from TheGovna/patch-1
Show description for 7ad6dd8
timols
committed
7ad6dd8
View commit details
Copy full SHA for 7ad6dd8
Browse repository at this point
Code coverage should be Floats
Melissa Thai
committed
b76ca52
View commit details
Copy full SHA for b76ca52
Browse repository at this point
Commits on Mar 23, 2016
Merge pull request #125 from hamdrew/117-ldap_access-null
Show description for 778c6ff
timols
committed
778c6ff
View commit details
Copy full SHA for 778c6ff
Browse repository at this point
Added a null check to GitlabGroup#setLdapAccess. This resolves a NullPointerException that was encountered when unmarshalling a a GitlabGroup JSON object with a null ldap_access attribute.
Andrew Hoffmann
committed
8f40c65
View commit details
Copy full SHA for 8f40c65
Browse repository at this point
Commits on Mar 22, 2016
Updated README to include docs
timols
committed
e33831a
View commit details
Copy full SHA for e33831a
Browse repository at this point
Merge pull request #123 from rockwotj/master
Show description for d88059a
timols
committed
d88059a
View commit details
Copy full SHA for d88059a
Browse repository at this point
Merge pull request #119 from MadhavGitlab/master
Show description for 75637fa
timols
committed
75637fa
View commit details
Copy full SHA for 75637fa
Browse repository at this point
Commits on Mar 16, 2016
Added ability to get single build
rockwotj
committed
215076f
View commit details
Copy full SHA for 215076f
Browse repository at this point
Merge pull request #122 from rockwotj/master
Show description for 7b38d7a
timols
committed
7b38d7a
View commit details
Copy full SHA for 7b38d7a
Browse repository at this point
Added ability to compare commits
rockwotj
committed
55bfa57
View commit details
Copy full SHA for 55bfa57
Browse repository at this point
Commits on Mar 15, 2016
Merge pull request #121 from rockwotj/master
Show description for 4d3ff20
timols
committed
4d3ff20
View commit details
Copy full SHA for 4d3ff20
Browse repository at this point
Merge branch 'master' of github.com:timols/java-gitlab-api
rockwotj
committed
7f81faf
View commit details
Copy full SHA for 7f81faf
Browse repository at this point
Added ability to call getRawFileContent without making a project object
rockwotj
committed
c65e73c
View commit details
Copy full SHA for c65e73c
Browse repository at this point
Commits on Mar 14, 2016
Removed the null check inside GitlabGroup model
mponugotiGithub
committed
c8ffc9a
View commit details
Copy full SHA for c8ffc9a
Browse repository at this point
Added createMergeRequest to API and also added merge_status to MergeRequest
mponugotiGithub
committed
612cb96
View commit details
Copy full SHA for 612cb96
Browse repository at this point
Commits on Mar 11, 2016
Merge pull request #120 from rockwotj/master
Show description for e42ba83
timols
committed
e42ba83
View commit details
Copy full SHA for e42ba83
Browse repository at this point
Wrapping inputStream
rockwotj
committed
8d16002
View commit details
Copy full SHA for 8d16002
Browse repository at this point
Added getBuildArtifact method
Show description for 1c4df09
rockwotj
committed
1c4df09
View commit details
Copy full SHA for 1c4df09
Browse repository at this point
Commits on Mar 9, 2016
Check to see if a group has ldap_access as null
MadhavGitlab
committed
4327212
View commit details
Copy full SHA for 4327212
Browse repository at this point
Previous
Next
You can’t perform that action at this time.