org.jvnet.hudson.plugins.shelveproject
Class ShelveProjectProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by org.jvnet.hudson.plugins.shelveproject.ShelveProjectProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

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

Necessary so ShelveProjectAction can be added to the project, which in turn displays a link on the project page.

Author:
Ash Lux

Nested Class Summary
static class ShelveProjectProperty.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
ShelveProjectProperty()
           
 
Method Summary
 hudson.model.Action getJobAction(hudson.model.AbstractProject<?,?> job)
           
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getProjectAction, getRequiredMonitorService, perform, prebuild, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShelveProjectProperty

public ShelveProjectProperty()
Method Detail

getJobAction

public hudson.model.Action getJobAction(hudson.model.AbstractProject<?,?> job)
Overrides:
getJobAction in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>


Copyright © 2010. All Rights Reserved.