Uses of Interface
com.atlassian.bamboo.build.logger.BuildLogFileAccessorFactory
Packages that use BuildLogFileAccessorFactory
Package
Description
-
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type BuildLogFileAccessorFactoryModifier and TypeMethodDescriptionvoid
ViewBuildLogs.setBuildLogFileAccessorFactory
(BuildLogFileAccessorFactory buildLogFileAccessorFactory) -
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.build.logger
Classes in com.atlassian.bamboo.build.logger that implement BuildLogFileAccessorFactory -
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.plugins.labeller
Methods in com.atlassian.bamboo.plugins.labeller with parameters of type BuildLogFileAccessorFactoryModifier and TypeMethodDescriptionvoid
BuildLabeller.setBuildLogFileAccessorFactory
(BuildLogFileAccessorFactory buildLogFileAccessorFactory) -
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.plugins.rest.model.build
Constructors in com.atlassian.bamboo.plugins.rest.model.build with parameters of type BuildLogFileAccessorFactoryModifierConstructorDescriptionResultDetails
(ResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, BuildLoggerManager buildLoggerManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService) -
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.plugins.rest.model.chain
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type BuildLogFileAccessorFactoryModifierConstructorDescriptionRestChainResult
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, @Nullable BuildLoggerManager buildLoggerManager, @Nullable PlanExecutionManager planExecutionManager, @Nullable BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestChainResult
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestChainResultDetails
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestStageResult
(ChainStageResult chainStageResult, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, List<ChainStageResult> chainStageResults, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService) -
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type BuildLogFileAccessorFactoryModifierConstructorDescriptionResultServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper, RestAuthenticationContext restAuthenticationContext) -
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BuildLogFileAccessorFactoryModifier and TypeFieldDescriptionstatic final Supplier<BuildLogFileAccessorFactory>
ComponentAccessor.LOG_FILE_ACCESSOR_FACTORY
Deprecated.