Uses of Class
com.atlassian.bamboo.build.expiry.BuildExpiryConfig

Packages that use BuildExpiryConfig
com.atlassian.bamboo   
com.atlassian.bamboo.build.expiry   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.container   
 

Uses of BuildExpiryConfig in com.atlassian.bamboo
 

Methods in com.atlassian.bamboo that return BuildExpiryConfig
 BuildExpiryConfig Bamboo.getBuildExpiryConfiguration()
          Obtain the system's build expiry configuration
 

Methods in com.atlassian.bamboo with parameters of type BuildExpiryConfig
 void Bamboo.setBuildExpiryConfiguration(BuildExpiryConfig buildExpiryConfig)
          Adjust the system's build expiry confguration
 

Uses of BuildExpiryConfig in com.atlassian.bamboo.build.expiry
 

Methods in com.atlassian.bamboo.build.expiry that return BuildExpiryConfig
 BuildExpiryConfig ExpiryCustomObjectContainer.getBuildExpiryConfig()
           
 BuildExpiryConfig BuildExpiryAction.getBuildExpiryConfig()
           
 

Methods in com.atlassian.bamboo.build.expiry with parameters of type BuildExpiryConfig
 int BuildExpiryBean.expireBuild(BuildExpiryConfig config, Build build, BuildResultsSummary lastBuildResultsSummary)
          Expires builds according to the passed BuildExpiryConfig object.
 void ExpiryCustomObjectContainer.setBuildExpiryConfig(BuildExpiryConfig buildExpiryConfig2)
           
 void BuildExpiryAction.setBuildExpiryConfig(BuildExpiryConfig buildExpiryConfig)
           
 

Uses of BuildExpiryConfig in com.atlassian.bamboo.configuration
 

Methods in com.atlassian.bamboo.configuration that return BuildExpiryConfig
 BuildExpiryConfig AdministrationConfiguration.getBuildExpiryConfig()
           
 

Methods in com.atlassian.bamboo.configuration with parameters of type BuildExpiryConfig
 void AdministrationConfiguration.setBuildExpiryConfig(BuildExpiryConfig buildExpiryConfig)
           
 

Uses of BuildExpiryConfig in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container that return BuildExpiryConfig
 BuildExpiryConfig BambooContainer.getBuildExpiryConfiguration()
           
 

Methods in com.atlassian.bamboo.container with parameters of type BuildExpiryConfig
 void BambooContainer.setBuildExpiryConfiguration(BuildExpiryConfig buildExpiryConfig)
           
 



Copyright © 2008 Atlassian Software Systems.. All Rights Reserved.