org.jenkinsci.plugins.readonly
Class SlaveConfigurationFactory

java.lang.Object
  extended by hudson.model.TransientComputerActionFactory
      extended by org.jenkinsci.plugins.readonly.SlaveConfigurationFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class SlaveConfigurationFactory
extends hudson.model.TransientComputerActionFactory

Author:
Lucie Votypkova

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
SlaveConfigurationFactory()
           
 
Method Summary
 Collection<? extends hudson.model.Action> createFor(hudson.model.Computer computer)
           
 
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

SlaveConfigurationFactory

public SlaveConfigurationFactory()
Method Detail

createFor

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


Copyright © 2004-2012. All Rights Reserved.