aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/zusammen-tools/src/main/java/org/openecomp/core/tools/commands/CommandName.java
blob: 25a5f039f4760ab75e3bc5d80c8160b69c8291b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.openecomp.core.tools.commands;

public enum CommandName {
    RESET_OLD_VERSION,
    EXPORT,
    IMPORT,
    HEAL_ALL,
    POPULATE_USER_PERMISSIONS,
    ADD_CONTRIBUTOR,
    CLEAN_USER_DATA,
    DELETE_PUBLIC_VERSION,
    SET_HEAL_BY_ITEM_VERSION
}