com.denimgroup.threadfix.data.enums.DefectCategory Maven / Gradle / Ivy
package com.denimgroup.threadfix.data.enums;
public enum DefectCategory {
// IN_PROGRESS could be added at a later time
OPEN,
DONE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy