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
IOException
public URL getUrl(String tailAPIUrl) throws IOException
IOException
public GitlabProject getProject(Integer projectId) throws IOException
IOException
public List<GitlabProject> getProjects() throws IOException
IOException
public List<GitlabProject> getAllProjects() throws IOException
IOException
public List<GitlabMergeRequest> getOpenMergeRequests(GitlabProject project) throws IOException
IOException
public List<GitlabMergeRequest> getMergeRequests(Integer projectId) throws IOException
IOException
public List<GitlabMergeRequest> getMergeRequests(GitlabProject project) throws IOException
IOException
public List<GitlabMergeRequest> getAllMergeRequests(GitlabProject project) throws IOException
IOException
public GitlabMergeRequest getMergeRequest(GitlabProject project, Integer mergeRequestId) throws IOException
IOException
public List<GitlabNote> getNotes(GitlabMergeRequest mergeRequest) throws IOException
IOException
public List<GitlabNote> getAllNotes(GitlabMergeRequest mergeRequest) throws IOException
IOException
public List<GitlabCommit> getCommits(GitlabMergeRequest mergeRequest) throws IOException
IOException
public GitlabNote createNote(GitlabMergeRequest mergeRequest, String body) throws IOException
IOException
Copyright © 2013. All Rights Reserved.