public class GitlabCache extends Object
| Modifier and Type | Method and Description |
|---|---|
Set<MilestoneReleaseArtifactModel> |
getMilestoneArtifacts(org.gitlab.api.models.GitlabMilestone gitlabMilestone) |
Set<org.gitlab.api.models.GitlabIssue> |
getMilestoneIssues(org.gitlab.api.models.GitlabMilestone gitlabMilestone) |
List<GitlabMilestoneExt> |
getMilestones() |
Optional<org.gitlab.api.models.GitlabProject> |
getProject() |
void |
setMilestoneArtifacts(org.gitlab.api.models.GitlabMilestone gitlabMilestone,
Iterable<MilestoneReleaseArtifactModel> gitlabArtifacts) |
public Optional<org.gitlab.api.models.GitlabProject> getProject() throws IOException
IOExceptionpublic List<GitlabMilestoneExt> getMilestones() throws IOException
IOExceptionpublic Set<org.gitlab.api.models.GitlabIssue> getMilestoneIssues(org.gitlab.api.models.GitlabMilestone gitlabMilestone) throws IOException
IOExceptionpublic Set<MilestoneReleaseArtifactModel> getMilestoneArtifacts(org.gitlab.api.models.GitlabMilestone gitlabMilestone) throws IOException
IOExceptionpublic void setMilestoneArtifacts(org.gitlab.api.models.GitlabMilestone gitlabMilestone,
Iterable<MilestoneReleaseArtifactModel> gitlabArtifacts)
throws IOException
IOExceptionCopyright © 2017–2020 Ultreia.io. All rights reserved.