Uses of Interface
com.atlassian.bamboo.v2.build.agent.ResultProcessor
-
Packages that use ResultProcessor Package Description com.atlassian.bamboo.v2.build.agent com.atlassian.bamboo.v2.build.agent.remote -
-
Uses of ResultProcessor in com.atlassian.bamboo.v2.build.agent
Subinterfaces of ResultProcessor in com.atlassian.bamboo.v2.build.agent Modifier and Type Interface Description interface
LocalResultProcessor
Classes in com.atlassian.bamboo.v2.build.agent that implement ResultProcessor Modifier and Type Class Description class
LocalResultProcessorImpl
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ResultProcessor Constructor Description BuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, RemotedCapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher, DockerContainerControllerFactory dockerContainerControllerFactory, BuildWarningSummaryCollationService buildWarningSummaryCollationService, BuildLoggingContext buildLoggingContext, SecureXStreamFactory secureXStreamFactory, BuildDirectoryManager buildDirectoryManager, ArtifactManager artifactManager)
-
Uses of ResultProcessor in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ResultProcessor Modifier and Type Class Description class
RemoteResultProcessor
-