com.sonyericsson.jenkins.plugins.bfa.graphs
Class GraphingTransientActionProvider

java.lang.Object
  extended by hudson.model.TransientComputerActionFactory
      extended by com.sonyericsson.jenkins.plugins.bfa.graphs.GraphingTransientActionProvider
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class GraphingTransientActionProvider
extends hudson.model.TransientComputerActionFactory

Extension point to insert graph statistics for nodes/computers.

Author:
Christoffer Lauri <christoffer.lauri@sonymobile.com>

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

Constructor Detail

GraphingTransientActionProvider

public GraphingTransientActionProvider()
Method Detail

createFor

public Collection<? extends hudson.model.Action> createFor(hudson.model.Computer target)
Specified by:
createFor in class hudson.model.TransientComputerActionFactory


Copyright © 2004-2014. All Rights Reserved.