hudson.queueSorter
Class PrioritySorterJobProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by hudson.queueSorter.PrioritySorterJobProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

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


Nested Class Summary
static class PrioritySorterJobProperty.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
 int priority
           
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
PrioritySorterJobProperty(int priority)
           
 
Method Summary
 PrioritySorterJobProperty.DescriptorImpl getDescriptor()
           
 int getPriority()
           
 
Methods inherited from class hudson.model.JobProperty
getJobAction, getJobActions, getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

priority

public final int priority
Constructor Detail

PrioritySorterJobProperty

@DataBoundConstructor
public PrioritySorterJobProperty(int priority)
Method Detail

getPriority

public int getPriority()

getDescriptor

public PrioritySorterJobProperty.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>
Overrides:
getDescriptor in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>


Copyright © 2011. All Rights Reserved.