hudson.plugins.sidebar_link
Class ProjectLinks

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

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

Add links in a job page sidepanel.

Author:
Alan Harder

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

Constructor Detail

ProjectLinks

@DataBoundConstructor
public ProjectLinks(java.util.List<LinkAction> links)
Method Detail

getLinks

public java.util.List<LinkAction> getLinks()

getJobActions

public java.util.Collection<? extends hudson.model.Action> getJobActions(hudson.model.AbstractProject<?,?> job)
Overrides:
getJobActions in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>


Copyright © 2004-2011. All Rights Reserved.