Class ReopenMilestoneMojo

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

    @Mojo(name="reopen-milestone",
          defaultPhase=INITIALIZE)
    public class ReopenMilestoneMojo
    extends GitlabMojoSupport
    Get the given milestone and reopen it. Will fail if the milestone does not exist.

    Created on 10/03/19.

    Author:
    Tony Chemit - dev@tchemit.fr
    • Constructor Detail

      • ReopenMilestoneMojo

        public ReopenMilestoneMojo()