Uses of Class
hudson.util.AbstractTaskListener
-
Packages that use AbstractTaskListener Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.util Other miscellaneous utility code -
-
Uses of AbstractTaskListener in hudson.model
Subclasses of AbstractTaskListener in hudson.model Modifier and Type Class Description class
StreamBuildListener
BuildListener
that writes to anOutputStream
. -
Uses of AbstractTaskListener in hudson.util
Subclasses of AbstractTaskListener in hudson.util Modifier and Type Class Description class
LogTaskListener
TaskListener
which sends messages to aLogger
.class
StreamTaskListener
TaskListener
that generates output into a single stream.
-