jetbrains.buildServer.serverSide
Interface ErrorsCollection

All Known Subinterfaces:
CriticalErrors

public interface ErrorsCollection

Since:
3.0
Author:
Pavel.Sher Date: 28.11.2007

Method Summary
 java.util.Collection<java.lang.String> getErrors()
          Returns collection of the error messages
 

Method Detail

getErrors

java.util.Collection<java.lang.String> getErrors()
Returns collection of the error messages

Returns:
collection of the error messages
Since:
3.0