Uses of Interface
org.kohsuke.github.function.InputStreamFunction
-
Uses of InputStreamFunction in org.kohsuke.github
Modifier and TypeMethodDescription<T> T
GHArtifact.download
(InputStreamFunction<T> streamFunction) Downloads the artifact.<T> T
GHWorkflowJob.downloadLogs
(InputStreamFunction<T> streamFunction) Downloads the logs.<T> T
GHWorkflowRun.downloadLogs
(InputStreamFunction<T> streamFunction) Downloads the logs.<T> T
GHRepository.readTar
(InputStreamFunction<T> streamFunction, String ref) Streams a tar archive of the repository, optionally at a givenref
.<T> T
GHRepository.readZip
(InputStreamFunction<T> streamFunction, String ref) Streams a zip archive of the repository, optionally at a givenref
.