com.atlassian.bamboo.build
Interface CookieCutter
- All Known Implementing Classes:
- CookieCutterImpl, FilterController
public interface CookieCutter
saveValueInCookie
void saveValueInCookie(String key,
String value)
getValueFromCookie
@NotNull
String getValueFromCookie(String key)
getValueFromCookie
String getValueFromCookie(String key,
String defaultValue)
getValueFromConglomerateCookie
@Nullable
String getValueFromConglomerateCookie(String cookieKey,
String key)
- Retrieve variable from a conglomerate cookie.
- Parameters:
cookieKey
- key of the cookiekey
- key of a variable
- Returns:
- value or null if not found
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.