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

Packages that use BuildExpiryType
com.atlassian.bamboo.build.expiry   
 

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

Fields in com.atlassian.bamboo.build.expiry declared as BuildExpiryType
static BuildExpiryType BuildExpiryType.ARTIFACT_BUILD_EXPIRY_TYPE
           
static BuildExpiryType BuildExpiryType.BUILD_LOG_EXPIRY_TYPE
           
static BuildExpiryType BuildExpiryType.RESULTS_BUILD_EXPIRY_TYPE
           
 

Fields in com.atlassian.bamboo.build.expiry with type parameters of type BuildExpiryType
static java.util.List<BuildExpiryType> BuildExpiryType.TYPES
           
 

Methods in com.atlassian.bamboo.build.expiry that return types with arguments of type BuildExpiryType
 java.util.Collection<BuildExpiryType> BuildExpiryConfig.getBuildExpiryTypes()
           
 

Method parameters in com.atlassian.bamboo.build.expiry with type arguments of type BuildExpiryType
 void BuildExpiryConfig.setBuildExpiryTypes(java.util.Collection<BuildExpiryType> expiryTypes)
           
 

Constructor parameters in com.atlassian.bamboo.build.expiry with type arguments of type BuildExpiryType
BuildExpiryConfig(java.util.Collection<BuildExpiryType> expiryType, int duration, java.lang.String period, int buildsToKeep)
           
BuildExpiryConfig(java.util.Collection<BuildExpiryType> expiryType, int duration, java.lang.String period, int buildsToKeep, java.lang.String excludeLabels, java.lang.String labelsToKeep)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.