Uses of Interface
com.atlassian.bamboo.expirables.ExpiryTicker

Packages that use ExpiryTicker
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.utils.expirables   
 

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

Fields in com.atlassian.bamboo.build.logger declared as ExpiryTicker
protected  ExpiryTicker AbstractBuildLogger.expiryTicker
           
 

Methods in com.atlassian.bamboo.build.logger with parameters of type ExpiryTicker
 void ExpiryTickerJob.setExpiryTicker(ExpiryTicker expiryTicker)
           
 

Constructors in com.atlassian.bamboo.build.logger with parameters of type ExpiryTicker
AbstractBuildLogger(LoggerId loggerId, ExpiryTicker expiryTicker)
           
BuildLogFileWriter(LoggerId loggerId, ExpiryTicker expiryTicker)
           
BuildLoggerImpl(LoggerId loggerId, ExpiryTicker expiryTicker)
           
DefaultBuildLoggerManager(AgentContext agentContext, ExpiryTicker expiryTicker)
           
 

Uses of ExpiryTicker in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type ExpiryTicker
static com.google.common.base.Supplier<ExpiryTicker> ComponentAccessor.EXPIRY_TICKER
           
 

Uses of ExpiryTicker in com.atlassian.bamboo.utils.expirables
 

Classes in com.atlassian.bamboo.utils.expirables that implement ExpiryTicker
 class ExpiryTickerImpl
           
 

Methods in com.atlassian.bamboo.utils.expirables with parameters of type ExpiryTicker
static
<T> com.atlassian.util.concurrent.ResettableLazyReference<T>
ExpirableReferences.expirable(com.google.common.base.Supplier<T> supplier, BambooTimeValue timeToIdle, ExpiryTicker expiryTicker)
          Returns a $ResettableLazyReference.
static
<T extends java.io.Closeable>
com.atlassian.util.concurrent.ResettableLazyReference<T>
ExpirableReferences.expirableWithClose(com.google.common.base.Supplier<T> supplier, BambooTimeValue timeToIdle, ExpiryTicker expiryTicker)
          Returns a $that will automatically close() the referenced object when it's expired
 

Constructors in com.atlassian.bamboo.utils.expirables with parameters of type ExpiryTicker
ExpiryHandlerImpl(Expirable expiring, BambooTimeValue timeToIdle, ExpiryTicker expiryTicker)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.