Package io.ultreia.maven.gitlab
Class ComputeMilestoneEstimateTimeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.ultreia.maven.gitlab.GitlabMojoSupport
-
- io.ultreia.maven.gitlab.ComputeMilestoneEstimateTimeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="compute-milestone-estimate-time", defaultPhase=INITIALIZE) public class ComputeMilestoneEstimateTimeMojo extends GitlabMojoSupportCompute the estimate time of a given milestone and generate the report in a file.Created by tchemit on 11/04/17.
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description ComputeMilestoneEstimateTimeMojo()
-
Method Summary
-
Methods inherited from class io.ultreia.maven.gitlab.GitlabMojoSupport
execute, getHost, getOrganizationId, getProjectId, isVerbose, loadArtifacts, newCache, removeSnapShot
-
-