Package io.ultreia.maven.gitlab
Class ReopenMilestoneMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.ultreia.maven.gitlab.GitlabMojoSupport
-
- io.ultreia.maven.gitlab.ReopenMilestoneMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="reopen-milestone", defaultPhase=INITIALIZE) public class ReopenMilestoneMojo extends GitlabMojoSupportGet the given milestone and reopen it. Will fail if the milestone does not exist.Created on 10/03/19.
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description ReopenMilestoneMojo()
-
Method Summary
-
Methods inherited from class io.ultreia.maven.gitlab.GitlabMojoSupport
execute, getHost, getOrganizationId, getProjectId, isVerbose, loadArtifacts, newCache, removeSnapShot
-
-