Package com.atlassian.bamboo.command
Class ErrorStreamToListPumper
- java.lang.Object
-
- com.atlassian.bamboo.command.StreamToListPumper
-
- com.atlassian.bamboo.command.ErrorStreamToListPumper
-
- All Implemented Interfaces:
Runnable
public class ErrorStreamToListPumper extends StreamToListPumper
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.command.StreamToListPumper
buildLogger, planKey
-
-
Constructor Summary
Constructors Constructor Description ErrorStreamToListPumper(InputStream inputStream, Collection<String> outputList, BuildLogger buildLogger, String planKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
log(String line)
-
Methods inherited from class com.atlassian.bamboo.command.StreamToListPumper
pump, run
-
-
-
-
Constructor Detail
-
ErrorStreamToListPumper
public ErrorStreamToListPumper(InputStream inputStream, Collection<String> outputList, BuildLogger buildLogger, String planKey)
-
-
Method Detail
-
log
protected void log(String line)
- Overrides:
log
in classStreamToListPumper
-
-