Class BaseGetReferenceBuilder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.projectnessie.api.params.FetchOption fetchOption  
      protected java.lang.String refName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GetReferenceBuilder fetch​(org.projectnessie.api.params.FetchOption fetchOption)
      Will fetch additional metadata about Branch instances, such as number of commits ahead/behind or the common ancestor in relation to the default branch, and the commit metadata for the HEAD commit.
      GetReferenceBuilder refName​(java.lang.String refName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • refName

        protected java.lang.String refName
      • fetchOption

        protected org.projectnessie.api.params.FetchOption fetchOption
    • Constructor Detail

      • BaseGetReferenceBuilder

        public BaseGetReferenceBuilder()
    • Method Detail

      • fetch

        public GetReferenceBuilder fetch​(org.projectnessie.api.params.FetchOption fetchOption)
        Description copied from interface: GetReferenceBuilder
        Will fetch additional metadata about Branch instances, such as number of commits ahead/behind or the common ancestor in relation to the default branch, and the commit metadata for the HEAD commit.
        Specified by:
        fetch in interface GetReferenceBuilder
        Parameters:
        fetchOption - The option indicating how much info to fetch
        Returns:
        GetReferenceBuilder