hudson.tasks.test
Class AggregatedTestResultPublisher.TestResultAction.RunListenerImpl

java.lang.Object
  extended by hudson.model.listeners.RunListener<Run>
      extended by hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction.RunListenerImpl
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
AggregatedTestResultPublisher.TestResultAction

@Extension
public static class AggregatedTestResultPublisher.TestResultAction.RunListenerImpl
extends RunListener<Run>


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
 
Constructor Summary
AggregatedTestResultPublisher.TestResultAction.RunListenerImpl()
           
 
Method Summary
 void onCompleted(Run run, TaskListener listener)
          Called after a build is completed.
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, onFinalized, onStarted, register, setUpEnvironment, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatedTestResultPublisher.TestResultAction.RunListenerImpl

public AggregatedTestResultPublisher.TestResultAction.RunListenerImpl()
Method Detail

onCompleted

public void onCompleted(Run run,
                        TaskListener listener)
Description copied from class: RunListener
Called after a build is completed.

Overrides:
onCompleted in class RunListener<Run>
Parameters:
run - The completed build.
listener - The listener for this build. This can be used to produce log messages, for example, which becomes a part of the "console output" of this build. But when this method runs, the build is considered completed, so its status cannot be changed anymore.


Copyright © 2004-2013. All Rights Reserved.