Interface BambooHomeLocator

All Superinterfaces:
com.atlassian.config.HomeLocator
All Known Implementing Classes:
BambooHomeLocatorImpl, RemoteAgentHomeLocator

public interface BambooHomeLocator extends com.atlassian.config.HomeLocator
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Deprecated.
    explicit use of getLocalHomePath() should be preferred
    @Nullable String
    Local (i.e.
    @Nullable String
    Shared Bamboo home.

    Methods inherited from interface com.atlassian.config.HomeLocator

    getConfigFileName, lookupServletHomeProperty
  • Method Details

    • getHomePath

      @Nullable @Deprecated @Nullable String getHomePath()
      Deprecated.
      explicit use of getLocalHomePath() should be preferred
      Local (i.e. node specific) Bamboo home. The same as getLocalHomePath().
      Specified by:
      getHomePath in interface com.atlassian.config.HomeLocator
    • getLocalHomePath

      @Nullable @Nullable String getLocalHomePath()
      Local (i.e. node specific) Bamboo home. The same as getHomePath().
    • getSharedHomePath

      @Nullable @Nullable String getSharedHomePath()
      Shared Bamboo home. Can only be the same as getLocalHomePath() if run in single node mode.