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