A B C D F G H M P S T V W 

A

apply(T) - Method in class com.atlassian.bamboo.utils.predicates.MatcherPredicate
 

B

BambooMatchers - Class in com.atlassian.bamboo.utils.matchers
 
build() - Method in class com.atlassian.bamboo.utils.properties.PropertyProviderBuilder
 

C

canConvert(Class) - Method in class com.atlassian.bamboo.utils.xstream.converters.PeriodConverter
 
ChainedPropertyProvider - Class in com.atlassian.bamboo.utils.properties
PropertyProvider implementation that allows chaining multiple PropertyProviders.
com.atlassian.bamboo.utils - package com.atlassian.bamboo.utils
 
com.atlassian.bamboo.utils.matchers - package com.atlassian.bamboo.utils.matchers
 
com.atlassian.bamboo.utils.predicates - package com.atlassian.bamboo.utils.predicates
 
com.atlassian.bamboo.utils.properties - package com.atlassian.bamboo.utils.properties
 
com.atlassian.bamboo.utils.xstream.converters - package com.atlassian.bamboo.utils.xstream.converters
 
convertAndMatch(Function<F, T>, Matcher<? super T>) - Static method in class com.atlassian.bamboo.utils.matchers.BambooMatchers
 
ConverterFactory - Interface in com.atlassian.bamboo.utils.xstream.converters
Factory of XStream Converters.
createConverter(XStream) - Method in interface com.atlassian.bamboo.utils.xstream.converters.ConverterFactory
Create converter for given xStream instance.
createConverter(XStream) - Method in class com.atlassian.bamboo.utils.xstream.converters.DefaultConverterFactory
 
createConverter(XStream) - Method in class com.atlassian.bamboo.utils.xstream.converters.SingletonConverterFactory
 
CronUtils - Class in com.atlassian.bamboo.utils
Utility methods for cron related features.

D

DefaultConverterFactory - Class in com.atlassian.bamboo.utils.xstream.converters
Creates converters given their class and assuming that they have single-parameter constructor taking Mapper.
DefaultConverterFactory(Class<? extends Converter>) - Constructor for class com.atlassian.bamboo.utils.xstream.converters.DefaultConverterFactory
 
DefaultConverterFactory(Class<? extends Converter>, DefaultConverterFactory.InstantiationStrategy) - Constructor for class com.atlassian.bamboo.utils.xstream.converters.DefaultConverterFactory
 
DefaultConverterFactory.InstantiationStrategy - Enum in com.atlassian.bamboo.utils.xstream.converters
 
describeTo(Description) - Method in class com.atlassian.bamboo.utils.matchers.PredicateAppliesMatcher
 

F

fromString(String) - Method in class com.atlassian.bamboo.utils.xstream.converters.PeriodConverter
 

G

getPriority() - Method in interface com.atlassian.bamboo.utils.xstream.converters.ConverterFactory
 
getPriority() - Method in class com.atlassian.bamboo.utils.xstream.converters.DefaultConverterFactory
 
getPriority() - Method in class com.atlassian.bamboo.utils.xstream.converters.SingletonConverterFactory
 
getProperty(String) - Method in class com.atlassian.bamboo.utils.properties.ChainedPropertyProvider
 
getProperty(String) - Method in class com.atlassian.bamboo.utils.properties.PrefixedPropertyProvider
 
getProperty(String) - Method in interface com.atlassian.bamboo.utils.properties.PropertyProvider
Retrieve property value
getProperty(String) - Method in class com.atlassian.bamboo.utils.properties.SimplePropertyProvider
 

H

hasProperty(String) - Method in class com.atlassian.bamboo.utils.properties.ChainedPropertyProvider
 
hasProperty(String) - Method in class com.atlassian.bamboo.utils.properties.PrefixedPropertyProvider
 
hasProperty(String) - Method in interface com.atlassian.bamboo.utils.properties.PropertyProvider
Does this provider have a given property
hasProperty(String) - Static method in class com.atlassian.bamboo.utils.properties.PropertyProviders
 
hasProperty(String) - Method in class com.atlassian.bamboo.utils.properties.SimplePropertyProvider
 
HtmlUtils - Class in com.atlassian.bamboo.utils
Bamboo HTML utilities.
HtmlUtils() - Constructor for class com.atlassian.bamboo.utils.HtmlUtils
 

M

MatcherPredicate<T> - Class in com.atlassian.bamboo.utils.predicates
Predicate that is fulfilled when matcher matches the input
MatcherPredicate(Matcher<T>) - Constructor for class com.atlassian.bamboo.utils.predicates.MatcherPredicate
 
matchesSafely(T) - Method in class com.atlassian.bamboo.utils.matchers.PredicateAppliesMatcher
 

P

PeriodConverter - Class in com.atlassian.bamboo.utils.xstream.converters
Converter for joda-time Period class
PeriodConverter() - Constructor for class com.atlassian.bamboo.utils.xstream.converters.PeriodConverter
 
predicateApplies(Predicate<T>) - Static method in class com.atlassian.bamboo.utils.matchers.BambooMatchers
 
predicateApplies(Predicate<T>) - Static method in class com.atlassian.bamboo.utils.matchers.PredicateAppliesMatcher
 
PredicateAppliesMatcher<T> - Class in com.atlassian.bamboo.utils.matchers
 
PredicateAppliesMatcher(Predicate<T>) - Constructor for class com.atlassian.bamboo.utils.matchers.PredicateAppliesMatcher
 
PrefixedPropertyProvider - Class in com.atlassian.bamboo.utils.properties
SimplePropertyProvider that prepends property key with defined prefix
PrefixedPropertyProvider(Properties, String) - Constructor for class com.atlassian.bamboo.utils.properties.PrefixedPropertyProvider
 
PropertyProvider - Interface in com.atlassian.bamboo.utils.properties
Abstraction layer to simplify access to multiple sources of properties.
PropertyProviderBuilder - Class in com.atlassian.bamboo.utils.properties
PropertyProvider builder.
PropertyProviderBuilder() - Constructor for class com.atlassian.bamboo.utils.properties.PropertyProviderBuilder
 
propertyProviders - Variable in class com.atlassian.bamboo.utils.properties.ChainedPropertyProvider
 
PropertyProviders - Class in com.atlassian.bamboo.utils.properties
 
PropertyProviders() - Constructor for class com.atlassian.bamboo.utils.properties.PropertyProviders
 

S

SimplePropertyProvider - Class in com.atlassian.bamboo.utils.properties
PropertyProvider backed with Properties
SimplePropertyProvider(Properties) - Constructor for class com.atlassian.bamboo.utils.properties.SimplePropertyProvider
 
SingletonConverterFactory - Class in com.atlassian.bamboo.utils.xstream.converters
Singleton ConverterFactory.
SingletonConverterFactory(Converter) - Constructor for class com.atlassian.bamboo.utils.xstream.converters.SingletonConverterFactory
 
SingletonConverterFactory(Converter, int) - Constructor for class com.atlassian.bamboo.utils.xstream.converters.SingletonConverterFactory
 
stripHtml(String) - Static method in class com.atlassian.bamboo.utils.HtmlUtils
Strips HTML characters from the given string, returning it's content as plain text.

T

toString(Object) - Method in class com.atlassian.bamboo.utils.xstream.converters.PeriodConverter
 

V

validateCronExpression(String) - Static method in class com.atlassian.bamboo.utils.CronUtils
Validates a cron expression, returning a possible validation error message
valueOf(String) - Static method in enum com.atlassian.bamboo.utils.xstream.converters.DefaultConverterFactory.InstantiationStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.bamboo.utils.xstream.converters.DefaultConverterFactory.InstantiationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

withProperties(Properties) - Method in class com.atlassian.bamboo.utils.properties.PropertyProviderBuilder
 
withProperties(Properties, String) - Method in class com.atlassian.bamboo.utils.properties.PropertyProviderBuilder
 
A B C D F G H M P S T V W 

Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.