org.hudsonci.maven.plugin.dependencymonitor.internal
Class BuildArtifactsUpdater

java.lang.Object
  extended by hudson.model.listeners.RunListener<AbstractBuild>
      extended by org.hudsonci.maven.plugin.dependencymonitor.internal.BuildArtifactsUpdater
All Implemented Interfaces:
ExtensionPoint

@Named
@Singleton
public class BuildArtifactsUpdater
extends RunListener<AbstractBuild>

Hook to update build artifacts once a build has completed.

Since:
2.1.0
Author:
Jason Dillon

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
BuildArtifactsUpdater(DependencyMonitor dependencyMonitor)
           
 
Method Summary
 void onCompleted(AbstractBuild build, TaskListener listener)
           
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, getTargetType, 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

BuildArtifactsUpdater

@Inject
public BuildArtifactsUpdater(DependencyMonitor dependencyMonitor)
Method Detail

onCompleted

public void onCompleted(AbstractBuild build,
                        TaskListener listener)
Overrides:
onCompleted in class RunListener<AbstractBuild>


Copyright © 2004-2011 Hudson. All Rights Reserved.