com.atlassian.bamboo.build
Interface CookieCutter

All Known Implementing Classes:
CookieCutterImpl, FilterController

public interface CookieCutter


Method Summary
 String getValueFromConglomerateCookie(String cookieKey, String key)
          Retrieve variable from a conglomerate cookie.
 String getValueFromCookie(String key)
           
 String getValueFromCookie(String key, String defaultValue)
           
 void saveValueInCookie(String key, String value)
           
 

Method Detail

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 cookie
key - key of a variable
Returns:
value or null if not found


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