com.suryagaddipati.jenkins
Class SlaveUtilizationProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.Job<?,?>>
      extended by com.suryagaddipati.jenkins.SlaveUtilizationProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public class SlaveUtilizationProperty
extends hudson.model.JobProperty<hudson.model.Job<?,?>>


Nested Class Summary
static class SlaveUtilizationProperty.ExclusiveAccessPropertyDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
SlaveUtilizationProperty(boolean needsExclusiveAccessToNode, int salveUtilizationPercentage)
           
 
Method Summary
 int getSalveUtilizationPercentage()
           
 boolean isNeedsExclusiveAccessToNode()
           
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlaveUtilizationProperty

public SlaveUtilizationProperty(boolean needsExclusiveAccessToNode,
                                int salveUtilizationPercentage)
Method Detail

isNeedsExclusiveAccessToNode

public boolean isNeedsExclusiveAccessToNode()

getSalveUtilizationPercentage

public int getSalveUtilizationPercentage()


Copyright © 2004-2013. All Rights Reserved.