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
-
public class LaunchLogsFileContent extends FileContent
-
-
Field Summary
-
Fields inherited from class com.cloudbees.jenkins.support.api.FileContent
baseFileContent, file
-
-
Constructor Summary
Constructors Constructor Description LaunchLogsFileContent(String name, String[] filterableParameters, File file, long maxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InputStream
getInputStream()
Instantiates theInputStream
for theFileContent.file
.protected String
getSimpleValueOrRedactedPassword(String value)
-
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
-
-
-
-
Method Detail
-
getInputStream
protected InputStream getInputStream() throws IOException
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
protected String getSimpleValueOrRedactedPassword(String value)
- Overrides:
getSimpleValueOrRedactedPassword
in classFileContent
-
-