Uses of Interface
com.atlassian.bamboo.build.logger.BuildLogFileAccessorFactory

Packages that use BuildLogFileAccessorFactory
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.plugins.rest.model.build   
com.atlassian.bamboo.plugins.rest.model.chain   
com.atlassian.bamboo.plugins.rest.service   
 

Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type BuildLogFileAccessorFactory
 void ViewBuildLogs.setBuildLogFileAccessorFactory(BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
 

Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.build.logger
 

Classes in com.atlassian.bamboo.build.logger that implement BuildLogFileAccessorFactory
 class BuildLogFileAccessorFactoryImpl
           
 

Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type BuildLogFileAccessorFactory
 void Maven2LogHelper.setBuildLogFileAccessorFactory(BuildLogFileAccessorFactory buildLogFileAccessorFactory)
          Deprecated.  
 void AbstractBuilder.setBuildLogFileAccessorFactory(BuildLogFileAccessorFactory buildLogFileAccessorFactory)
          Deprecated.  
 

Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.plugins.labeller
 

Methods in com.atlassian.bamboo.plugins.labeller with parameters of type BuildLogFileAccessorFactory
 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
ResultDetails(ResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, BuildExecutionManager buildExecutionManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
 

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
RestChainResult(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
RestChainResult(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
RestChainResultDetails(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
RestStageResult(ChainStageResult chainStageResult, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, java.util.List<ChainStageResult> chainStageResults, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
 

Uses of BuildLogFileAccessorFactory in com.atlassian.bamboo.plugins.rest.service
 

Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type BuildLogFileAccessorFactory
ResultServiceImpl(BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationManager administrationConfigurationManager, LabelManager labelManager, CommentManager commentManager, com.atlassian.event.EventManager eventManager, ProjectManager projectManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, PlanManager planManager, PlanExecutionManager planExecutionManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.