Package com.atlassian.bamboo.build
Interface CookieCutter
- All Known Implementing Classes:
CookieCutterImpl
,FilterController
public interface CookieCutter
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
getValueFromConglomerateCookie
(String cookieKey, String key) Retrieve variable from a conglomerate cookie.@NotNull String
getValueFromCookie
(String key) getValueFromCookie
(String key, String defaultValue) void
saveValueInCookie
(String key, String value)
-
Method Details
-
saveValueInCookie
-
getValueFromCookie
-
getValueFromCookie
-
getValueFromConglomerateCookie
Retrieve variable from a conglomerate cookie.- Parameters:
cookieKey
- key of the cookiekey
- key of a variable- Returns:
- value or null if not found
-