Class Publish

  • All Implemented Interfaces:
    Command

    public class Publish
    extends AbstractCommand
    The Publish command takes care of publishing a release. This class is not meant to be used in multi-threaded environments.
    • Constructor Detail

      • Publish

        public Publish​(State state,
                       Repository repository)
        Standard constructor.
        Parameters:
        state - the state reference
        repository - the repository reference
        Throws:
        NullPointerException - if a given argument is null