Class CloseMilestoneMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="close-milestone",
          defaultPhase=INITIALIZE)
    public class CloseMilestoneMojo
    extends GitlabMojoSupport
    Get 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 Detail

      • CloseMilestoneMojo

        public CloseMilestoneMojo()