Class VariableContextBaselineImportHelper
java.lang.Object
com.atlassian.bamboo.variable.baseline.VariableContextBaselineImportHelper
This class provides access to non-public methods of
VariableContextBaselineImpl
and should not be used outside
import/export.-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setHash
(@NotNull VariableContextBaselineImpl baseline, @NotNull String hash) Allows to callVariableContextBaselineImpl.setHash(String)
from outside the original package
-
Method Details
-
setHash
public static void setHash(@NotNull @NotNull VariableContextBaselineImpl baseline, @NotNull @NotNull String hash) Allows to callVariableContextBaselineImpl.setHash(String)
from outside the original package
-