public class FirstProjectAction extends Object implements hudson.model.ProminentProjectAction
Action), the project action is NOT persisted.| Modifier and Type | Field and Description |
|---|---|
hudson.model.AbstractProject<?,?> |
project |
| Constructor and Description |
|---|
FirstProjectAction(hudson.model.AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
This method is used to create the text for the link to 'Project Action' link on the Job's
front page.
|
String |
getIconFileName()
If this method returns null, no icon will be used and the link will not be visible
|
FirstBuildAction |
getLastBuildAction() |
String |
getUrlName() |
public FirstProjectAction(hudson.model.AbstractProject<?,?> project)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic FirstBuildAction getLastBuildAction()
Copyright © 2004-2016. All Rights Reserved.