org.jenkinsci.plugins.buildaliassetter
Class BuildAliasSetter.DanglingAliasDeleter

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
      extended by org.jenkinsci.plugins.buildaliassetter.BuildAliasSetter.DanglingAliasDeleter
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
BuildAliasSetter

@Extension
public static class BuildAliasSetter.DanglingAliasDeleter
extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>


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
BuildAliasSetter.DanglingAliasDeleter()
           
 
Method Summary
 void onDeleted(hudson.model.AbstractBuild<?,?> build)
          Delete aliases for builds that are being deleted
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onCompleted, onFinalized, onStarted, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildAliasSetter.DanglingAliasDeleter

public BuildAliasSetter.DanglingAliasDeleter()
Method Detail

onDeleted

public void onDeleted(hudson.model.AbstractBuild<?,?> build)
Delete aliases for builds that are being deleted

Overrides:
onDeleted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>


Copyright © 2004-2013. All Rights Reserved.