hudson.plugins.sidebar_link
Class ProjectLinks
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
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 classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.JobProperty |
owner |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
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 |
ProjectLinks
@DataBoundConstructor
public ProjectLinks(java.util.List<LinkAction> links)
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.