jenkinsci.plugin.deletelog
Class ActionFactory

java.lang.Object
  extended by hudson.model.TransientBuildActionFactory
      extended by jenkinsci.plugin.deletelog.ActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ActionFactory
extends hudson.model.TransientBuildActionFactory

Add delete log action into a build page

Author:
Lucie Votypkova

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ActionFactory()
           
 
Method Summary
 Collection<? extends hudson.model.Action> createFor(hudson.model.Run target)
           
 
Methods inherited from class hudson.model.TransientBuildActionFactory
all, createFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFactory

public ActionFactory()
Method Detail

createFor

public Collection<? extends hudson.model.Action> createFor(hudson.model.Run target)
Overrides:
createFor in class hudson.model.TransientBuildActionFactory


Copyright © 2004-2012. All Rights Reserved.