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