-
- All Implemented Interfaces:
-
jetbrains.buildServer.messages.serviceMessages.ServiceMessageParserCallback
public final class TeamCityMessageCommonClient implements ServiceMessageParserCallback
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanafterMessageprivate ProgressLoggerprogressLogger
-
Constructor Summary
Constructors Constructor Description TeamCityMessageCommonClient(LogType clientType, Logger log)
-
Method Summary
Modifier and Type Method Description final BooleangetAfterMessage()final UnitsetAfterMessage(Boolean afterMessage)final ProgressLoggergetProgressLogger()final UnitsetProgressLogger(ProgressLogger progressLogger)UnitparseException(ParseException e, String text)UnitserviceMessage(ServiceMessage message)UnitregularText(String text)-
-
Constructor Detail
-
TeamCityMessageCommonClient
TeamCityMessageCommonClient(LogType clientType, Logger log)
-
-
Method Detail
-
getAfterMessage
final Boolean getAfterMessage()
-
setAfterMessage
final Unit setAfterMessage(Boolean afterMessage)
-
getProgressLogger
final ProgressLogger getProgressLogger()
-
setProgressLogger
final Unit setProgressLogger(ProgressLogger progressLogger)
-
parseException
Unit parseException(ParseException e, String text)
-
serviceMessage
Unit serviceMessage(ServiceMessage message)
-
regularText
Unit regularText(String text)
-
-
-
-