Package jetbrains.buildServer.serverSide
Interface ErrorsCollection
-
- All Known Subinterfaces:
ConfigurationErrors
,CriticalErrors
- All Known Implementing Classes:
ConfigurationErrorsImpl
,CriticalErrorsImpl
,SecuredCriticalErrorsImpl
public interface ErrorsCollection
- Since:
- 3.0
- Author:
- Pavel.Sher Date: 28.11.2007
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getErrors()
Returns collection of the error messages
-
-
-
Method Detail
-
getErrors
Collection<String> getErrors()
Returns collection of the error messages- Returns:
- collection of the error messages
- Since:
- 3.0
-
-