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