Interface PostUpdateContext

All Superinterfaces:
Context

public interface PostUpdateContext extends Context
  • Method Details

    • getChangeData

      ChangeData getChangeData(Project.NameKey projectName, Change.Id changeId)
      Get the change data for the specified change.

      If the change data has been computed previously, because the change has been indexed after an update or because this method has been invoked before, the cached change data instance is returned.

      Parameters:
      changeId - the ID of the change for which the change data should be returned
    • getChangeData

      default ChangeData getChangeData(Change change)
    • getChangeData

      default ChangeData getChangeData(ChangeNotes changeNotes)