Package io.ultreia.maven.gitlab
Class DownloadMilestonesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.ultreia.maven.gitlab.GitlabMojoSupport
-
- io.ultreia.maven.gitlab.DownloadMilestonesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="download-milestones", defaultPhase=GENERATE_RESOURCES) public class DownloadMilestonesMojo extends GitlabMojoSupportDownload all milestones and their issues of a GitLab project to a local directory cache.Created by tchemit on 20/02/17.
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description DownloadMilestonesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecute(GitlabAPIExt api)-
Methods inherited from class io.ultreia.maven.gitlab.GitlabMojoSupport
execute, getHost, getOrganizationId, getProjectId, isVerbose, loadArtifacts, newCache, removeSnapShot
-
-
-
-
Method Detail
-
execute
protected void execute(GitlabAPIExt api) throws IOException, MilestoneNotFoundException
-
-