Class SvnUntagCommand

    • Field Detail

      • interactive

        private final boolean interactive
    • Constructor Detail

      • SvnUntagCommand

        public SvnUntagCommand​(boolean interactive)
    • Method Detail

      • createCommandline

        org.codehaus.plexus.util.cli.Commandline createCommandline​(SvnScmProviderRepository repo,
                                                                   ScmFileSet fileSet,
                                                                   java.lang.String tag,
                                                                   java.io.File messageFile)
        Create command line from parameters.
        Parameters:
        repo - svn repo tu delete tag from
        fileSet - file set containing base dir
        tag - tag to delete
        messageFile - file containing commit message
        Returns:
        command line instance