Uses of Interface
com.atlassian.bamboo.build.logger.BuildLogFileAccessorFactory
-
-
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type BuildLogFileAccessorFactory Modifier and Type Method Description void
ViewBuildLogs. setBuildLogFileAccessorFactory(BuildLogFileAccessorFactory buildLogFileAccessorFactory)
-
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.build.logger
Classes in com.atlassian.bamboo.build.logger that implement BuildLogFileAccessorFactory Modifier and Type Class Description class
BuildLogFileAccessorFactoryImpl
-
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.plugins.labeller
Methods in com.atlassian.bamboo.plugins.labeller with parameters of type BuildLogFileAccessorFactory Modifier and Type Method Description void
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 BuildLogFileAccessorFactory Constructor Description ResultDetails(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 BuildLogFileAccessorFactory Constructor Description RestChainResult(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 BuildLogFileAccessorFactory Constructor Description ResultServiceImpl(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)
-
Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BuildLogFileAccessorFactory Modifier and Type Field Description static Supplier<BuildLogFileAccessorFactory>
ComponentAccessor. LOG_FILE_ACCESSOR_FACTORY
Deprecated.
-