org.rhq.plugins.hudson
Class HudsonProjectComponent

java.lang.Object
  extended by org.rhq.plugins.hudson.HudsonProjectComponent
All Implemented Interfaces:
AvailabilityFacet, ResourceComponent<HudsonServerComponent>, MeasurementFacet

public class HudsonProjectComponent
extends Object
implements ResourceComponent<HudsonServerComponent>, MeasurementFacet

Author:
Greg Hinkle

Constructor Summary
HudsonProjectComponent()
           
 
Method Summary
 AvailabilityType getAvailability()
           
 void getValues(MeasurementReport report, Set<MeasurementScheduleRequest> metrics)
           
 void start(ResourceContext<HudsonServerComponent> hudsonServerComponentResourceContext)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonProjectComponent

public HudsonProjectComponent()
Method Detail

start

public void start(ResourceContext<HudsonServerComponent> hudsonServerComponentResourceContext)
           throws InvalidPluginConfigurationException,
                  Exception
Specified by:
start in interface ResourceComponent<HudsonServerComponent>
Throws:
InvalidPluginConfigurationException
Exception

stop

public void stop()
Specified by:
stop in interface ResourceComponent<HudsonServerComponent>

getAvailability

public AvailabilityType getAvailability()
Specified by:
getAvailability in interface AvailabilityFacet

getValues

public void getValues(MeasurementReport report,
                      Set<MeasurementScheduleRequest> metrics)
               throws Exception
Specified by:
getValues in interface MeasurementFacet
Throws:
Exception


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.