public class GitlabAPI extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.codehaus.jackson.map.ObjectMapper |
MAPPER |
public GitlabAPI ignoreCertificateErrors(boolean ignoreCertificateErrors)
public GitlabHTTPRequestor retrieve()
public GitlabHTTPRequestor dispatch()
public boolean isIgnoreCertificateErrors()
public URL getAPIUrl(String tailAPIUrl) throws IOException
IOExceptionpublic URL getUrl(String tailAPIUrl) throws IOException
IOExceptionpublic GitlabProject getProject(Integer projectId) throws IOException
IOExceptionpublic List<GitlabProject> getProjects() throws IOException
IOExceptionpublic List<GitlabProject> getAllProjects() throws IOException
IOExceptionpublic List<GitlabMergeRequest> getOpenMergeRequests(GitlabProject project) throws IOException
IOExceptionpublic List<GitlabMergeRequest> getMergeRequests(Integer projectId) throws IOException
IOExceptionpublic List<GitlabMergeRequest> getMergeRequests(GitlabProject project) throws IOException
IOExceptionpublic List<GitlabMergeRequest> getAllMergeRequests(GitlabProject project) throws IOException
IOExceptionpublic GitlabMergeRequest getMergeRequest(GitlabProject project, Integer mergeRequestId) throws IOException
IOExceptionpublic List<GitlabNote> getNotes(GitlabMergeRequest mergeRequest) throws IOException
IOExceptionpublic List<GitlabNote> getAllNotes(GitlabMergeRequest mergeRequest) throws IOException
IOExceptionpublic List<GitlabCommit> getCommits(GitlabMergeRequest mergeRequest) throws IOException
IOExceptionpublic GitlabNote createNote(GitlabMergeRequest mergeRequest, String body) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.