Interface BambooHomeLocator

    • Method Detail

      • 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.