Package hudson.scm

Examples of hudson.scm.EditType


        public FileEntry() {
            registry.put(Action.ADD, EditType.ADD);
            registry.put(Action.DELETE, EditType.DELETE);
            registry.put(Action.EDIT, EditType.EDIT);
            registry.put(Action.INTEGRATE, new EditType("integrate", "The file was integrated"));
            registry.put(Action.BRANCH, new EditType("branch", "The file was branched"));
            registry.put(Action.PURGE, new EditType("purge","The file was purged"));
            registry.put(Action.MOVE_DELETE, new EditType("move_delete","File was moved and deleted"));
            registry.put(Action.MOVE_ADD, new EditType("move_add", "File was moved and added"));
            registry.put(Action.IMPORT, new EditType("import", "The file was imported"));
        }
View Full Code Here

TOP

Related Classes of hudson.scm.EditType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.