Class ProjectManagerErrorsImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.projects.ProjectManagerErrorsImpl
-
- All Implemented Interfaces:
ProjectManagerErrors
public class ProjectManagerErrorsImpl extends Object implements ProjectManagerErrors
Created 08.03.13 19:23- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description ProjectManagerErrorsImpl(ConfigurationErrors configErrors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearError(File file)booleancontainsError(File file)List<File>getBrokenConfigFiles()Map<File,Throwable>getErrors()voidreportBrokenConfigurationAsCriticalError(File file, Throwable error)voidreportBrokenConfigurationAsCriticalError(File file, Throwable error, boolean logMessage)
-
-
-
Constructor Detail
-
ProjectManagerErrorsImpl
public ProjectManagerErrorsImpl(@NotNull ConfigurationErrors configErrors)
-
-
Method Detail
-
clearError
public void clearError(@NotNull File file)- Specified by:
clearErrorin interfaceProjectManagerErrors
-
containsError
public boolean containsError(@NotNull File file)- Specified by:
containsErrorin interfaceProjectManagerErrors
-
getBrokenConfigFiles
@NotNull public List<File> getBrokenConfigFiles()
- Specified by:
getBrokenConfigFilesin interfaceProjectManagerErrors
-
getErrors
@NotNull public Map<File,Throwable> getErrors()
- Specified by:
getErrorsin interfaceProjectManagerErrors
-
reportBrokenConfigurationAsCriticalError
public void reportBrokenConfigurationAsCriticalError(@NotNull File file, @NotNull Throwable error)- Specified by:
reportBrokenConfigurationAsCriticalErrorin interfaceProjectManagerErrors
-
reportBrokenConfigurationAsCriticalError
public void reportBrokenConfigurationAsCriticalError(@NotNull File file, @NotNull Throwable error, boolean logMessage)- Specified by:
reportBrokenConfigurationAsCriticalErrorin interfaceProjectManagerErrors
-
-