Interface PostUpdateContext

    • Method Detail

      • 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