Package com.atlassian.bamboo.v2.build
Class CustomBuildDataHelper
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.CustomBuildDataHelper
-
public class CustomBuildDataHelper extends Object
Utility class to help manage the customBuilDataMap in theCurrentBuildResult
-
-
Constructor Summary
Constructors Constructor Description CustomBuildDataHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
appendListValue(String keyPrefix, String value, Map<String,String> customBuildData)
static long
getStoredListTotal(String parent, Map<String,String> customBuildData)
static Map<String,String>
getSubset(String keyPref, Map<String,String> customBuildData)
-