org.jenkinsci.plugins.artifactdeployer
Class ArtifactDeployerBuilder.DeleteRemoteArtifactFromBuilder

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
      extended by org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerBuilder.DeleteRemoteArtifactFromBuilder
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
ArtifactDeployerBuilder

@Extension
public static final class ArtifactDeployerBuilder.DeleteRemoteArtifactFromBuilder
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
ArtifactDeployerBuilder.DeleteRemoteArtifactFromBuilder()
           
 
Method Summary
 void onDeleted(hudson.model.AbstractBuild build)
           
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onCompleted, 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

ArtifactDeployerBuilder.DeleteRemoteArtifactFromBuilder

public ArtifactDeployerBuilder.DeleteRemoteArtifactFromBuilder()
Method Detail

onDeleted

public void onDeleted(hudson.model.AbstractBuild build)
Overrides:
onDeleted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild>


Copyright © 2004-2012. All Rights Reserved.