Class VariableContextBaselineImportHelper
- java.lang.Object
-
- com.atlassian.bamboo.variable.baseline.VariableContextBaselineImportHelper
-
@Internal public class VariableContextBaselineImportHelper extends Object
This class provides access to non-public methods ofVariableContextBaselineImpl
and should not be used outside import/export.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setHash(@NotNull VariableContextBaselineImpl baseline, @NotNull String hash)
Allows to callVariableContextBaselineImpl.setHash(String)
from outside the original package
-
-
-
Method Detail
-
setHash
public static void setHash(@NotNull @NotNull VariableContextBaselineImpl baseline, @NotNull @NotNull String hash)
Allows to callVariableContextBaselineImpl.setHash(String)
from outside the original package
-
-