Class LaunchLogsFileContent
java.lang.Object
com.cloudbees.jenkins.support.api.Content
com.cloudbees.jenkins.support.filter.PrefilteredContent
com.cloudbees.jenkins.support.api.FileContent
com.cloudbees.jenkins.support.api.LaunchLogsFileContent
- See Also:
-
Field Summary
Fields inherited from class com.cloudbees.jenkins.support.api.FileContent
baseFileContent, file
-
Constructor Summary
ConstructorDescriptionLaunchLogsFileContent
(String name, String[] filterableParameters, File file, long maxSize) -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStream
Instantiates theInputStream
for theFileContent.file
.protected String
Methods inherited from class com.cloudbees.jenkins.support.api.FileContent
getTime, writeTo, writeTo
Methods inherited from class com.cloudbees.jenkins.support.filter.PrefilteredContent
shouldBeFiltered
Methods inherited from class com.cloudbees.jenkins.support.api.Content
getFilterableParameters, getName
-
Constructor Details
-
LaunchLogsFileContent
-
-
Method Details
-
getInputStream
Description copied from class:FileContent
Instantiates theInputStream
for theFileContent.file
.- Overrides:
getInputStream
in classFileContent
- Returns:
- the
InputStream
for theFileContent.file
. - Throws:
IOException
- if something goes wrong while creating the stream for reading #file.
-
getSimpleValueOrRedactedPassword
- Overrides:
getSimpleValueOrRedactedPassword
in classFileContent
-