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> 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.
-