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
ConstructorsConstructorDescriptionLaunchLogsFileContent(String name, String[] filterableParameters, File file, long maxSize) -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStreamInstantiates theInputStreamfor theFileContent.file.protected StringMethods inherited from class com.cloudbees.jenkins.support.api.FileContent
getTime, writeTo, writeToMethods inherited from class com.cloudbees.jenkins.support.filter.PrefilteredContent
shouldBeFilteredMethods inherited from class com.cloudbees.jenkins.support.api.Content
getFilterableParameters, getName
-
Constructor Details
-
LaunchLogsFileContent
-
-
Method Details
-
getInputStream
Description copied from class:FileContentInstantiates theInputStreamfor theFileContent.file.- Overrides:
getInputStreamin classFileContent- Returns:
- the
InputStreamfor theFileContent.file. - Throws:
IOException- if something goes wrong while creating the stream for reading #file.
-
getSimpleValueOrRedactedPassword
- Overrides:
getSimpleValueOrRedactedPasswordin classFileContent
-