Uses of Class
jetbrains.buildServer.messages.BuildMessage1
-
-
Uses of BuildMessage1 in jetbrains
Methods in jetbrains with parameters of type BuildMessage1 Modifier and Type Method Description void
BuildServerCreator. logBuildMessages(SRunningBuild build, BuildMessage1... messages)
Method parameters in jetbrains with type arguments of type BuildMessage1 Modifier and Type Method Description void
BuildServerCreator. logBuildMessages(SRunningBuild build, List<BuildMessage1> messages)
void
BuildServerCreator. logBuildMessagesAndDontFlush(SRunningBuild build, List<BuildMessage1> messages)
-
Uses of BuildMessage1 in jetbrains.buildServer
Methods in jetbrains.buildServer with parameters of type BuildMessage1 Modifier and Type Method Description void
MockBuild. addBuildMessage(BuildMessage1 message)
Method parameters in jetbrains.buildServer with type arguments of type BuildMessage1 Modifier and Type Method Description void
MockBuild. addBuildMessages(List<BuildMessage1> messages)
-
Uses of BuildMessage1 in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent with parameters of type BuildMessage1 Modifier and Type Method Description protected abstract void
BaseServerLoggerFacade. log(BuildMessage1 message)
void
ServerLoggerFacade. log(BuildMessage1 message)
void
BaseServerLoggerFacade. logMessage(BuildMessage1 message)
void
BuildProgressLogger. logMessage(BuildMessage1 message)
Logs specified build message as isvoid
NullBuildProgressLogger. logMessage(BuildMessage1 message)
void
AgentLifeCycleAdapter. messageLogged(AgentRunningBuild build, BuildMessage1 buildMessage)
void
AgentLifeCycleAdapter. messageLogged(BuildMessage1 buildMessage)
void
AgentLifeCycleListener. messageLogged(AgentRunningBuild build, BuildMessage1 buildMessage)
Called when a build message loggedvoid
AgentLifeCycleListener. messageLogged(BuildMessage1 buildMessage)
Called when a build message logged SeeAgentLifeCycleListener.messageLogged(AgentRunningBuild, jetbrains.buildServer.messages.BuildMessage1)
Method parameters in jetbrains.buildServer.agent with type arguments of type BuildMessage1 Modifier and Type Method Description boolean
AgentLogProxy. logMessages(String buildId, List<BuildMessage1> messages)
-
Uses of BuildMessage1 in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl with parameters of type BuildMessage1 Modifier and Type Method Description void
BuildMessageTweaker. tweak(BuildMessage1 message)
Method parameters in jetbrains.buildServer.agent.impl with type arguments of type BuildMessage1 Modifier and Type Method Description boolean
AgentLogProxyImpl. logMessages(String buildId, List<BuildMessage1> messages)
-
Uses of BuildMessage1 in jetbrains.buildServer.agent.impl.buildStages.runnerStages.start
Methods in jetbrains.buildServer.agent.impl.buildStages.runnerStages.start with parameters of type BuildMessage1 Modifier and Type Method Description void
AgentBuildStepStatusFixer. messageLogged(AgentRunningBuild build, BuildMessage1 buildMessage)
-
Uses of BuildMessage1 in jetbrains.buildServer.agent.impl.inspections
Methods in jetbrains.buildServer.agent.impl.inspections that return types with arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
AgentServiceMessagesRegisterImpl. translateMessages(AgentRunningBuild build, List<BuildMessage1> messages)
Method parameters in jetbrains.buildServer.agent.impl.inspections with type arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
AgentServiceMessagesRegisterImpl. translateMessages(AgentRunningBuild build, List<BuildMessage1> messages)
-
Uses of BuildMessage1 in jetbrains.buildServer.agent.impl.messagesSources
Methods in jetbrains.buildServer.agent.impl.messagesSources that return types with arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildMessagesContainer. getMessages()
List<BuildMessage1>
InMemoryMessagesContainer. getMessages()
List<BuildMessage1>
PersistedMessagesContainer. getMessages()
List<BuildMessage1>
JsonMessagesLoader. load(File path)
List<BuildMessage1>
PersistedMessagesLoader. load(File path)
List<BuildMessage1>
XmlMessagesLoader. load(File path)
Methods in jetbrains.buildServer.agent.impl.messagesSources with parameters of type BuildMessage1 Modifier and Type Method Description static long
BuildMessageSizeCalculator. getEstimatedSize(BuildMessage1 message)
Method parameters in jetbrains.buildServer.agent.impl.messagesSources with type arguments of type BuildMessage1 Modifier and Type Method Description static long
BuildMessageSizeCalculator. getEstimatedSize(Collection<BuildMessage1> messages)
void
JsonMessagesLoader. store(File path, List<BuildMessage1> messages)
void
PersistedMessagesLoader. store(File path, List<BuildMessage1> messages)
void
XmlMessagesLoader. store(File path, List<BuildMessage1> messages)
Constructor parameters in jetbrains.buildServer.agent.impl.messagesSources with type arguments of type BuildMessage1 Constructor Description InMemoryMessagesContainer(List<BuildMessage1> messages)
PersistedMessagesContainer(List<BuildMessage1> messages, PersistedMessagesLoader messagesLoader, File persistedFilesDirectory)
-
Uses of BuildMessage1 in jetbrains.buildServer.agent.messages
Methods in jetbrains.buildServer.agent.messages that return types with arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildLogTail. getLastMessages()
Returns latest messages in reverse order.List<BuildMessage1>
BuildLogTail. getLastMessages(String flowId)
May be empty.List<BuildMessage1>
BuildMessagesTranslator. translateMessages(AgentRunningBuild build, List<BuildMessage1> messages)
Translates collection of messages to a number of some other messages.Method parameters in jetbrains.buildServer.agent.messages with type arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildMessagesTranslator. translateMessages(AgentRunningBuild build, List<BuildMessage1> messages)
Translates collection of messages to a number of some other messages. -
Uses of BuildMessage1 in jetbrains.buildServer.agent.messages.impl
Methods in jetbrains.buildServer.agent.messages.impl that return types with arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildLogTailImpl. getLastMessages()
List<BuildMessage1>
BuildLogTailImpl. getLastMessages(String flowId)
Methods in jetbrains.buildServer.agent.messages.impl with parameters of type BuildMessage1 Modifier and Type Method Description void
BuildLogTailImpl. add(BuildMessage1 message)
Method parameters in jetbrains.buildServer.agent.messages.impl with type arguments of type BuildMessage1 Modifier and Type Method Description void
BuildLogTailImpl. addAll(List<BuildMessage1> messages)
-
Uses of BuildMessage1 in jetbrains.buildServer.agent.parameters
Methods in jetbrains.buildServer.agent.parameters that return types with arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildMessagesPasswordTranslator. translateMessages(AgentRunningBuild build, List<BuildMessage1> messages)
Method parameters in jetbrains.buildServer.agent.parameters with type arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildMessagesPasswordTranslator. translateMessages(AgentRunningBuild build, List<BuildMessage1> messages)
-
Uses of BuildMessage1 in jetbrains.buildServer.messages
Methods in jetbrains.buildServer.messages that return BuildMessage1 Modifier and Type Method Description static BuildMessage1
DefaultMessagesInfo. addMessageLink(BuildMessage1 message1, Integer targetMessageIndex)
static BuildMessage1
DefaultMessagesInfo. createBlockEnd(String blockName, String blockType)
static BuildMessage1
DefaultMessagesInfo. createBlockEnd(String blockName, String blockType, Date timestamp)
static BuildMessage1
DefaultMessagesInfo. createBlockStart(String blockName, String blockType)
static BuildMessage1
DefaultMessagesInfo. createBlockStart(String blockName, String blockDescription, String blockType)
static BuildMessage1
DefaultMessagesInfo. createBlockStart(String blockName, String blockDescription, String blockType, Date timestamp)
static BuildMessage1
DefaultMessagesInfo. createBlockStart(String blockName, String blockType, Date timestamp)
static BuildMessage1
DefaultMessagesInfo. createBuildFailure(String message)
Create message which fails the build with given message.static BuildMessage1
DefaultMessagesInfo. createBuildProblemMessage(BuildProblemData buildProblem)
static BuildMessage1
DefaultMessagesInfo. createCheckoutDirMessage(String checkoutDirPath)
static BuildMessage1
DefaultMessagesInfo. createComparisonFailed(String testName, String th, String message, String expected, String actual)
static BuildMessage1
DefaultMessagesInfo. createComparisonFailed(String testName, Throwable th, String expected, String actual)
static BuildMessage1
DefaultMessagesInfo. createCompilationBlockEnd(String blockName)
static BuildMessage1
DefaultMessagesInfo. createCompilationBlockStart(String blockName)
static BuildMessage1
DefaultMessagesInfo. createError(String message, String type, Throwable throwable)
static BuildMessage1
DefaultMessagesInfo. createError(String message, String stackTrace, Status status)
static BuildMessage1
DefaultMessagesInfo. createError(Throwable throwable)
static BuildMessage1
DefaultMessagesInfo. createError(Throwable throwable, Status status)
static BuildMessage1
DefaultMessagesInfo. createError(Status status, ErrorData data)
static BuildMessage1
DefaultMessagesInfo. createFlowFinishedMessage(String flowId)
static BuildMessage1
DefaultMessagesInfo. createFlowMessage(String flowId, String parentFlowId)
static BuildMessage1
BuildServiceMessagesTranslator. createInvalidServiceMessageProblem(String errorMessage, BuildMessage1 originalMessage)
static BuildMessage1
DefaultMessagesInfo. createMessage(BuildMessage1 sourceMessage, Object newValue)
Creates build message by copying all attributes except value from the source messagestatic BuildMessage1
DefaultMessagesInfo. createMuteProblemsMessage(Date timestamp, String comment)
static BuildMessage1
DefaultMessagesInfo. createPreparationEndMessage(String message)
static BuildMessage1
DefaultMessagesInfo. createProgressMessage(String message)
static BuildMessage1
DefaultMessagesInfo. createTestBlockEnd(String blockName)
static BuildMessage1
DefaultMessagesInfo. createTestBlockEnd(String blockName, Integer testDuration, Long finishTimestamp)
static BuildMessage1
DefaultMessagesInfo. createTestBlockEnd(String blockName, String flowId)
static BuildMessage1
DefaultMessagesInfo. createTestBlockStart(String blockName)
static BuildMessage1
DefaultMessagesInfo. createTestBlockStart(String blockName, boolean captureStandardOutput, Long startTimestamp)
static BuildMessage1
DefaultMessagesInfo. createTestBlockStart(String blockName, boolean captureStandardOutput, Long startTimestamp, String locationHint)
static BuildMessage1
DefaultMessagesInfo. createTestBlockStart(String blockName, String flowId)
static BuildMessage1
DefaultMessagesInfo. createTestFailure(String testName, String message, String stackTrace)
static BuildMessage1
DefaultMessagesInfo. createTestFailure(String testName, Throwable th)
static BuildMessage1
DefaultMessagesInfo. createTestFailure(String testName, Throwable th, String flowId)
static BuildMessage1
DefaultMessagesInfo. createTestIgnoreMessage(String testName, String reason)
static BuildMessage1
DefaultMessagesInfo. createTestMetadata(TestMetadata metadata)
static BuildMessage1
DefaultMessagesInfo. createTestNavigationInfo(Map attributes)
static BuildMessage1
DefaultMessagesInfo. createTestRetry(boolean enableTestRetry)
static BuildMessage1
DefaultMessagesInfo. createTestStderr(String testName, String output)
static BuildMessage1
DefaultMessagesInfo. createTestStdout(String testName, String output)
static BuildMessage1
DefaultMessagesInfo. createTestStdout(String testName, String output, String flowId)
static BuildMessage1
DefaultMessagesInfo. createTestSuiteEnd(String blockName)
static BuildMessage1
DefaultMessagesInfo. createTestSuiteStart(String blockName)
static BuildMessage1
DefaultMessagesInfo. createTestSuiteStart(String blockName, String flowId)
static BuildMessage1
DefaultMessagesInfo. createTextMessage(String message)
static BuildMessage1
DefaultMessagesInfo. createTextMessage(String message, String flowId)
static BuildMessage1
DefaultMessagesInfo. createTextMessage(String message, Status status)
static BuildMessage1
DefaultMessagesInfo. createTextMessage(BuildMessage1 sourceMessage, String newText)
Creates text message by copying all attributes except text from the source messagestatic BuildMessage1
DefaultMessagesInfo. debugMessage(String text)
static BuildMessage1
MessagesPersistence. fromXml(String xml)
static BuildMessage1
DefaultMessagesInfo. internalize(BuildMessage1 message)
BuildMessage1
BuildMessage1. takeTimestamp(BuildMessage1 source)
BuildMessage1
BuildMessage1. updateFlowId(String flowId)
BuildMessage1
BuildMessage1. updateTags(String tag)
BuildMessage1
BuildMessage1. updateTags(Collection<String> tags)
Methods in jetbrains.buildServer.messages that return types with arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildMessagesProcessor. translateMessages(List<BuildMessage1> messages, RunningBuildEx runningBuild)
List<BuildMessage1>
BuildMessagesTranslator. translateMessages(SRunningBuild build, List<BuildMessage1> messages)
List<BuildMessage1>
BuildServiceMessagesTranslator. translateMessages(SRunningBuild build, List<BuildMessage1> messages)
Translates the specified messages with help of provided translators.Methods in jetbrains.buildServer.messages with parameters of type BuildMessage1 Modifier and Type Method Description static BuildMessage1
DefaultMessagesInfo. addMessageLink(BuildMessage1 message1, Integer targetMessageIndex)
static BuildMessage1
BuildServiceMessagesTranslator. createInvalidServiceMessageProblem(String errorMessage, BuildMessage1 originalMessage)
static BuildMessage1
DefaultMessagesInfo. createMessage(BuildMessage1 sourceMessage, Object newValue)
Creates build message by copying all attributes except value from the source messagestatic BuildMessage1
DefaultMessagesInfo. createTextMessage(BuildMessage1 sourceMessage, String newText)
Creates text message by copying all attributes except text from the source messagestatic BuildMessage1
DefaultMessagesInfo. internalize(BuildMessage1 message)
BuildMessage1
BuildMessage1. takeTimestamp(BuildMessage1 source)
static String
MessagesPersistence. toXml(BuildMessage1 message)
Method parameters in jetbrains.buildServer.messages with type arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildMessagesProcessor. translateMessages(List<BuildMessage1> messages, RunningBuildEx runningBuild)
List<BuildMessage1>
BuildMessagesTranslator. translateMessages(SRunningBuild build, List<BuildMessage1> messages)
List<BuildMessage1>
BuildServiceMessagesTranslator. translateMessages(SRunningBuild build, List<BuildMessage1> messages)
Translates the specified messages with help of provided translators. -
Uses of BuildMessage1 in jetbrains.buildServer.messages.serviceMessages
Methods in jetbrains.buildServer.messages.serviceMessages that return types with arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildNumberTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
BuildStatisticValueTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
BuildStatusTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
Deprecated.List<BuildMessage1>
DetachedFromAgentMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
FlowFinishedMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
FlowStartedMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
MessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
NotificationTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
RemoteArtifactTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
ServiceMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
Called to translate service message to a number of usual messages.Methods in jetbrains.buildServer.messages.serviceMessages with parameters of type BuildMessage1 Modifier and Type Method Description void
AbstractTextMessageProcessor. processOriginalMessageIsNotTextMessage(BuildMessage1 originalMessage)
void
TextMessageProcessor. processOriginalMessageIsNotTextMessage(BuildMessage1 originalMessage)
void
AbstractTextMessageProcessor. processParseException(ParseException parseException, BuildMessage1 originalMessage)
void
TextMessageProcessor. processParseException(ParseException parseException, BuildMessage1 originalMessage)
void
TextMessageProcessor. processServiceMessage(ServiceMessage serviceMessage, BuildMessage1 originalMessage)
void
AbstractTextMessageProcessor. processText(BuildMessage1 originalMessage)
void
TextMessageProcessor. processText(BuildMessage1 originalMessage)
static void
ServiceMessagesProcessor. processTextMessage(BuildMessage1 originalMessage, TextMessageProcessor processor)
Splits the specified text message to service messages and regular text, parses service messages and processes each element with specified processor according to the order they appeared in the text.List<BuildMessage1>
BuildNumberTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
BuildStatisticValueTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
BuildStatusTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
Deprecated.List<BuildMessage1>
DetachedFromAgentMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
FlowFinishedMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
FlowStartedMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
MessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
NotificationTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
RemoteArtifactTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
ServiceMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
Called to translate service message to a number of usual messages. -
Uses of BuildMessage1 in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification with parameters of type BuildMessage1 Modifier and Type Method Description void
NotificationEventAccumulator. buildFailing(SRunningBuild build, BuildMessage1 message)
void
NotificationEventListener. buildFailing(SRunningBuild build, BuildMessage1 message)
Called when build status changed to failure.void
NotificationProcessor. buildFailing(SRunningBuild build, BuildMessage1 message)
-
Uses of BuildMessage1 in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl with parameters of type BuildMessage1 Modifier and Type Method Description void
UserRulesAwareNotificationListener. buildFailing(SRunningBuild build, BuildMessage1 message)
-
Uses of BuildMessage1 in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type BuildMessage1 Modifier and Type Method Description void
RunningBuildEx. addBuildMessage(BuildMessage1 message)
Adds new message from server to the build.void
SRunningBuild. addBuildMessage(BuildMessage1 message)
Deprecated.since 10.0 messages in build log should be logged viaBuildLog
, seeSBuild.getBuildLog()
method.void
BuildServerAdapter. messageReceived(SRunningBuild build, BuildMessage1 message)
Deprecated.void
BuildServerListener. messageReceived(SRunningBuild build, BuildMessage1 message)
Deprecated.since 10.0 this method no longer worksboolean
MessageProcessor. processMessage(BuildMessage1 message)
Method parameters in jetbrains.buildServer.serverSide with type arguments of type BuildMessage1 Modifier and Type Method Description void
SRunningBuild. addBuildMessages(List<BuildMessage1> messages)
Deprecated.since 10.0 messages in build log should be logged viaBuildLog
, seeSBuild.getBuildLog()
method.protected void
BaseServerSpringContextTestCase. logBuildMessages(SRunningBuild build, List<BuildMessage1> messages)
-
Uses of BuildMessage1 in jetbrains.buildServer.serverSide.buildLog
Methods in jetbrains.buildServer.serverSide.buildLog with parameters of type BuildMessage1 Modifier and Type Method Description static MessageAttrs
MessageAttrs. fromMessage(BuildMessage1 msg)
static MessageAttrs
MessageAttrs. fromMessage(BuildMessage1 msg, String renderingHint)
-
Uses of BuildMessage1 in jetbrains.buildServer.serverSide.deploymentDashboards.translators
Methods in jetbrains.buildServer.serverSide.deploymentDashboards.translators that return types with arguments of type BuildMessage1 Modifier and Type Method Description abstract List<BuildMessage1>
AbstractDeploymentInstanceMessageTranslator. doTranslate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
DeploymentInstanceArgumentMessageTranslator. doTranslate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
DeploymentInstanceStateMessageTranslator. doTranslate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
RemoveDeploymentInstanceMessageTranslator. doTranslate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
AbstractDeploymentInstanceMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
Methods in jetbrains.buildServer.serverSide.deploymentDashboards.translators with parameters of type BuildMessage1 Modifier and Type Method Description abstract List<BuildMessage1>
AbstractDeploymentInstanceMessageTranslator. doTranslate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
DeploymentInstanceArgumentMessageTranslator. doTranslate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
DeploymentInstanceStateMessageTranslator. doTranslate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
RemoveDeploymentInstanceMessageTranslator. doTranslate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
List<BuildMessage1>
AbstractDeploymentInstanceMessageTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
-
Uses of BuildMessage1 in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildAgentMessagesQueue.BuildMessagesQueue. getUnprocessedMessages()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildMessage1 Modifier and Type Method Description void
CompositeRunningBuild. addBuildMessage(BuildMessage1 message)
void
RunningBuildImpl. addBuildMessage(BuildMessage1 message)
void
RunningBuildWrapper. addBuildMessage(BuildMessage1 message)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type BuildMessage1 Modifier and Type Method Description void
CompositeRunningBuild. addBuildMessages(List<BuildMessage1> messages)
void
RunningBuildImpl. addBuildMessages(List<BuildMessage1> messages)
void
RunningBuildWrapper. addBuildMessages(List<BuildMessage1> messages)
void
BuildAgentMessagesQueue.BuildMessagesQueue. addMessages(List<BuildMessage1> messages)
void
BuildAgentMessagesQueue. processMessages(RunningBuildEx build, List<BuildMessage1> messages)
Constructor parameters in jetbrains.buildServer.serverSide.impl with type arguments of type BuildMessage1 Constructor Description BuildMessagesQueueFullException(List<BuildMessage1> unprocessedMessages)
-
Uses of BuildMessage1 in jetbrains.buildServer.serverSide.messages
Methods in jetbrains.buildServer.serverSide.messages that return types with arguments of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildCachePublishedTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
Methods in jetbrains.buildServer.serverSide.messages with parameters of type BuildMessage1 Modifier and Type Method Description List<BuildMessage1>
BuildCachePublishedTranslator. translate(SRunningBuild runningBuild, BuildMessage1 originalMessage, ServiceMessage serviceMessage)
-
Uses of BuildMessage1 in jetbrains.buildServer.serverSide.messages.codeDuplicates
Methods in jetbrains.buildServer.serverSide.messages.codeDuplicates with parameters of type BuildMessage1 Modifier and Type Method Description protected void
DuplicatesMessageProcessor. doProcessMessage(BuildMessage1 message)
-
Uses of BuildMessage1 in jetbrains.buildServer.serverSide.messages.codeInspection
Methods in jetbrains.buildServer.serverSide.messages.codeInspection with parameters of type BuildMessage1 Modifier and Type Method Description protected void
InspectionsMessageProcessor. doProcessMessage(BuildMessage1 message)
-
Uses of BuildMessage1 in jetbrains.buildServer.serverSide.messages.core
Constructors in jetbrains.buildServer.serverSide.messages.core with parameters of type BuildMessage1 Constructor Description TestDurationInfo(BuildMessage1 message)
TestDurationInfo(BuildMessage1 message, BlockData blockData)
-
Uses of BuildMessage1 in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat with parameters of type BuildMessage1 Modifier and Type Method Description protected boolean
BaseMessageProcessor. canProcess(BuildMessage1 message)
protected abstract void
BaseMessageProcessor. doProcessMessage(BuildMessage1 message)
boolean
BaseMessageProcessor. processMessage(BuildMessage1 message)
-
Uses of BuildMessage1 in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return BuildMessage1 Modifier and Type Method Description BuildMessage1
AutoCheckoutModeDecision. toBuildMessage()
-