Package jetbrains.buildServer.web.util
Class ConfigErrorsCleanupConverter.UserAvailableConfigErrors
- java.lang.Object
-
- jetbrains.buildServer.web.util.ConfigErrorsCleanupConverter.UserAvailableConfigErrors
-
- Enclosing class:
- ConfigErrorsCleanupConverter
public static class ConfigErrorsCleanupConverter.UserAvailableConfigErrors extends Object
-
-
Constructor Summary
Constructors Constructor Description UserAvailableConfigErrors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getArchiveProjectsCount()
int
getInvisibleGlobalErrorsCount()
int
getInvisibleProjectErrorsCount()
int
getVisibleGlobalErrorsCount()
int
getVisibleProjectErrorsCount()
-
-
-
Method Detail
-
getVisibleProjectErrorsCount
public int getVisibleProjectErrorsCount()
-
getInvisibleProjectErrorsCount
public int getInvisibleProjectErrorsCount()
-
getVisibleGlobalErrorsCount
public int getVisibleGlobalErrorsCount()
-
getInvisibleGlobalErrorsCount
public int getInvisibleGlobalErrorsCount()
-
getArchiveProjectsCount
public int getArchiveProjectsCount()
-
-