aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventstream/FetchEvent.java
Commit message (Collapse)AuthorAge
* BEP: add events about fetches to the streamGravatar Klaus Aehlig2017-07-26
Fetching is an important action, if it happens, as external resources are accessed. Therefore, report this activity in the build event stream. Change-Id: Ia443fe01e6478016993231377d8f65c5d4634e00 PiperOrigin-RevId: 163184329