public class ProjectLinks
extends hudson.model.JobProperty<hudson.model.Job<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectLinks.DescriptorImpl |
static class |
ProjectLinks.TransientActionFactoryImpl
The action factory responsible for adding the
LinkAction. |
| Constructor and Description |
|---|
ProjectLinks(List<LinkAction> links) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
getJobActions(hudson.model.Job<?,?> job) |
List<LinkAction> |
getLinks() |
@DataBoundConstructor public ProjectLinks(List<LinkAction> links)
public List<LinkAction> getLinks()
public Collection<? extends hudson.model.Action> getJobActions(hudson.model.Job<?,?> job)
getJobActions in class hudson.model.JobProperty<hudson.model.Job<?,?>>Copyright © 2016–2018. All rights reserved.