com.atlassian.bamboo.variable.baseline
Class VariableContextBaselineImportHelper

java.lang.Object
  extended by com.atlassian.bamboo.variable.baseline.VariableContextBaselineImportHelper

public class VariableContextBaselineImportHelper
extends java.lang.Object

This class provides access to non-public methods of VariableContextBaselineImpl and should not be used outside import/export.


Method Summary
static void setHash(VariableContextBaselineImpl baseline, java.lang.String hash)
          Allows to call VariableContextBaselineImpl.setHash(String) from outside the original package
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setHash

public static void setHash(@NotNull
                           VariableContextBaselineImpl baseline,
                           @NotNull
                           java.lang.String hash)
Allows to call VariableContextBaselineImpl.setHash(String) from outside the original package



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.