Uses of Interface
org.kohsuke.github.function.InputStreamFunction
-
Packages that use InputStreamFunction Package Description org.kohsuke.github -
-
Uses of InputStreamFunction in org.kohsuke.github
Methods in org.kohsuke.github with parameters of type InputStreamFunction Modifier and Type Method Description <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
.
-