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 java.lang.Object
implements ResourceComponent<HudsonServerComponent>, MeasurementFacet

Author:
Greg Hinkle

Constructor Summary
HudsonProjectComponent()
           
 
Method Summary
 AvailabilityType getAvailability()
           
 void getValues(MeasurementReport report, java.util.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,
                  java.lang.Exception
Specified by:
start in interface ResourceComponent<HudsonServerComponent>
Throws:
InvalidPluginConfigurationException
java.lang.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,
                      java.util.Set<MeasurementScheduleRequest> metrics)
               throws java.lang.Exception
Specified by:
getValues in interface MeasurementFacet
Throws:
java.lang.Exception


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