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