Class DefaultReleaseManagerListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int currentPhase  
      private boolean dryRun  
      private java.lang.String goal  
      private org.apache.maven.plugin.logging.Log log  
      private java.util.List<java.lang.String> phases  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(java.lang.String reason)  
      void goalEnd()  
      void goalStart​(java.lang.String goal, java.util.List<java.lang.String> phases)  
      private void nextPhase​(java.lang.String name)  
      void phaseEnd()  
      void phaseSkip​(java.lang.String name)  
      void phaseStart​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        private final org.apache.maven.plugin.logging.Log log
      • dryRun

        private final boolean dryRun
      • goal

        private java.lang.String goal
      • phases

        private java.util.List<java.lang.String> phases
      • currentPhase

        private int currentPhase
    • Constructor Detail

      • DefaultReleaseManagerListener

        public DefaultReleaseManagerListener​(org.apache.maven.plugin.logging.Log log)
      • DefaultReleaseManagerListener

        public DefaultReleaseManagerListener​(org.apache.maven.plugin.logging.Log log,
                                             boolean dryRun)