public class HttpArtifactCacheUploadListener extends Object implements BuckEventListener
Constructor and Description |
---|
HttpArtifactCacheUploadListener(BuckEventBus eventBus,
int uploadThreadCount) |
Modifier and Type | Method and Description |
---|---|
void |
onArtifactUploadFinish(HttpArtifactCacheEvent.Finished event) |
void |
onArtifactUploadStart(HttpArtifactCacheEvent.Started event) |
void |
onBuildFinished(BuildEvent.Finished event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public HttpArtifactCacheUploadListener(BuckEventBus eventBus, int uploadThreadCount)
public void onArtifactUploadStart(HttpArtifactCacheEvent.Started event)
public void onArtifactUploadFinish(HttpArtifactCacheEvent.Finished event)
public void onBuildFinished(BuildEvent.Finished event)