org.hudsonci.rest.plugin.components
Class HudsonComponents

java.lang.Object
  extended by org.hudsonci.rest.plugin.RestComponentProvider
      extended by org.hudsonci.rest.plugin.components.HudsonComponents

@Named
@Singleton
public class HudsonComponents
extends RestComponentProvider

Provides Hudson-specific REST components.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
HudsonComponents()
           
 
Method Summary
 Class<?>[] getClasses()
           
 
Methods inherited from class org.hudsonci.rest.plugin.RestComponentProvider
getSingletons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonComponents

public HudsonComponents()
Method Detail

getClasses

public Class<?>[] getClasses()
Overrides:
getClasses in class RestComponentProvider


Copyright © 2004-2011 Hudson. All Rights Reserved.