Uses of Interface
org.kohsuke.github.function.InputStreamFunction
Packages that use InputStreamFunction
-
Uses of InputStreamFunction in org.kohsuke.github
Methods in org.kohsuke.github with parameters of type InputStreamFunctionModifier and TypeMethodDescription<T> TGHArtifact.download(InputStreamFunction<T> streamFunction) Downloads the artifact.<T> TGHWorkflowJob.downloadLogs(InputStreamFunction<T> streamFunction) Downloads the logs.<T> TGHWorkflowRun.downloadLogs(InputStreamFunction<T> streamFunction) Downloads the logs.<T> TGHRepository.readTar(InputStreamFunction<T> streamFunction, String ref) Streams a tar archive of the repository, optionally at a givenref.<T> TGHRepository.readZip(InputStreamFunction<T> streamFunction, String ref) Streams a zip archive of the repository, optionally at a givenref.