Class SvnUntagCommand

    • Constructor Detail

      • SvnUntagCommand

        public SvnUntagCommand()
    • 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