org.bstick12.jenkinsci.plugins.leastload
Class LeastLoadDisabledProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by org.bstick12.jenkinsci.plugins.leastload.LeastLoadDisabledProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public class LeastLoadDisabledProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>

JobProperty that also disabling of the LeastLoadBalancer on a per job basis

Author:
brendan.nolan@gmail.com

Nested Class Summary
static class LeastLoadDisabledProperty.DescriptorImpl
           
 
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
LeastLoadDisabledProperty(boolean leastLoadDisabled)
           
 
Method Summary
 boolean isLeastLoadDisabled()
           
 
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

LeastLoadDisabledProperty

@DataBoundConstructor
public LeastLoadDisabledProperty(boolean leastLoadDisabled)
Method Detail

isLeastLoadDisabled

public boolean isLeastLoadDisabled()


Copyright © 2004-2013. All Rights Reserved.