hudson.plugins.promoted_builds_simple
Class PromotedBuildsSimplePlugin.PromotedBuildsRunListener

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.Run>
      extended by hudson.plugins.promoted_builds_simple.PromotedBuildsSimplePlugin.PromotedBuildsRunListener
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
PromotedBuildsSimplePlugin

@Extension
public static class PromotedBuildsSimplePlugin.PromotedBuildsRunListener
extends hudson.model.listeners.RunListener<hudson.model.Run>


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

Constructor Detail

PromotedBuildsSimplePlugin.PromotedBuildsRunListener

public PromotedBuildsSimplePlugin.PromotedBuildsRunListener()
Method Detail

onCompleted

public void onCompleted(hudson.model.Run run,
                        hudson.model.TaskListener listener)
Overrides:
onCompleted in class hudson.model.listeners.RunListener<hudson.model.Run>


Copyright © 2004-2011. All Rights Reserved.