Class InputVariablesPhase

  • All Implemented Interfaces:
    ReleasePhase, org.codehaus.plexus.logging.LogEnabled

    public class InputVariablesPhase
    extends AbstractReleasePhase
    Input any variables that were not yet configured.
    • Field Detail

      • prompter

        @Requirement
        private org.codehaus.plexus.components.interactivity.Prompter prompter
        Component used to prompt for input.
      • branchOperation

        private boolean branchOperation
        Whether this is a branch or a tag operation.
      • scmRepositoryConfigurator

        @Requirement
        private ScmRepositoryConfigurator scmRepositoryConfigurator
        Tool that gets a configured SCM repository from release configuration.
      • namingPolicies

        @Requirement
        private java.util.Map<java.lang.String,​NamingPolicy> namingPolicies
        Component used for custom or default naming policy
      • defaultNamingPolicy

        private java.lang.String defaultNamingPolicy
        The default naming policy to apply, if any
    • Constructor Detail

      • InputVariablesPhase

        public InputVariablesPhase()