Package hudson.model
Interface BuildListener
- All Superinterfaces:
- Serializable,- org.jenkinsci.remoting.SerializableOnlyOverRemoting,- TaskListener
- All Known Implementing Classes:
- BuildListenerAdapter,- StreamBuildListener
Receives events that happen during a build.
- Author:
- Kohsuke Kawaguchi
- 
Field SummaryFields inherited from interface hudson.model.TaskListenerNULL
- 
Method SummaryMethods inherited from interface org.jenkinsci.remoting.SerializableOnlyOverRemotinggetChannelForSerializationMethods inherited from interface hudson.model.TaskListenerannotate, error, error, fatalError, fatalError, getCharset, getLogger, hyperlink
- 
Method Details- 
startedCalled when a build is started.- Parameters:
- causes- Causes that started a build. See- Run.getCauses().
 
- 
finishedCalled when a build is finished.
 
-