package

com.atlassian.bamboo.util

Interfaces

ThrowingPredicate<T, E extends Throwable> Determines a true or false value for a given input. 

Classes

AcquisitionPolicy Policy for acquiring Locks  
ActionParamsUtils  
AgentComparator  
BambooCollectionUtils  
BambooDateUtils  
BambooFileUtils  
BambooIOUtils  
BambooIterables  
BambooProfilingUtils  
BambooStringUtils  
BuildUtils  
HtmlUtils  
Narrow Utility for narrowing object instances to Class types See to(Object, Class) 
NumberUtils  
RequestCacheThreadLocal  
TextProviderUtils  
UrlBuilder From http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6306820

Given a URL and a set of parameters, provide abilites to add and remove parameters (either directly, from a Map, or from a Bean), and finally reconstruct the proper URL. 
UrlUtils