Interface VersionedMetaData.BatchMetaDataUpdate

All Superinterfaces:
AutoCloseable
Enclosing class:
VersionedMetaData

public static interface VersionedMetaData.BatchMetaDataUpdate extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    default org.eclipse.jgit.revwalk.RevCommit
     
    org.eclipse.jgit.revwalk.RevCommit
    commit(boolean fireEvent)
     
    default org.eclipse.jgit.revwalk.RevCommit
    commitAt(org.eclipse.jgit.lib.ObjectId revision)
     
    org.eclipse.jgit.revwalk.RevCommit
    commitAt(org.eclipse.jgit.lib.ObjectId revision, boolean fireEvent)
     
    org.eclipse.jgit.revwalk.RevCommit
    createRef(String refName)
     
    void
    write(VersionedMetaData config, org.eclipse.jgit.lib.CommitBuilder commit)
     
    void
    write(org.eclipse.jgit.lib.CommitBuilder commit)
     
  • Method Details

    • write

      void write(org.eclipse.jgit.lib.CommitBuilder commit) throws IOException
      Throws:
      IOException
    • write

      void write(VersionedMetaData config, org.eclipse.jgit.lib.CommitBuilder commit) throws IOException
      Throws:
      IOException
    • createRef

      @CanIgnoreReturnValue org.eclipse.jgit.revwalk.RevCommit createRef(String refName) throws IOException
      Throws:
      IOException
    • commit

      @CanIgnoreReturnValue default org.eclipse.jgit.revwalk.RevCommit commit() throws IOException
      Throws:
      IOException
    • commit

      @CanIgnoreReturnValue org.eclipse.jgit.revwalk.RevCommit commit(boolean fireEvent) throws IOException
      Throws:
      IOException
    • commitAt

      @CanIgnoreReturnValue default org.eclipse.jgit.revwalk.RevCommit commitAt(org.eclipse.jgit.lib.ObjectId revision) throws IOException
      Throws:
      IOException
    • commitAt

      @CanIgnoreReturnValue org.eclipse.jgit.revwalk.RevCommit commitAt(org.eclipse.jgit.lib.ObjectId revision, boolean fireEvent) throws IOException
      Throws:
      IOException
    • close

      void close()
      Specified by:
      close in interface AutoCloseable