public class ArtifactsDocLinksProjectAction extends ArtifactsDocsLinksActionBase
URLNAME| Constructor and Description |
|---|
ArtifactsDocLinksProjectAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
ArtifactsDocLinksDocument |
getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req)
Returns
ArtifactsDocLinksDocument specified by the URL. |
String |
getIconFileName()
An icon file used in the side menu of a project.
|
ArtifactsDocLinksAction |
getLastBuildAction(org.kohsuke.stapler.StaplerRequest req)
Returns the
ArtifactsDocLinksAction in the last build that have artifact documents. |
getBuild, getLastDocumentedBuild, getOwner, getProject, getUrlNamepublic ArtifactsDocLinksAction getLastBuildAction(org.kohsuke.stapler.StaplerRequest req)
ArtifactsDocLinksAction in the last build that have artifact documents.
Resolves the owner by StaplerRequest.findAncestorObject(Class).req - ArtifactDocLinksAction. null if no proper build exists.public String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class ArtifactsDocsLinksActionBasehudson.plugins.doclinks.artifacts.ArtifactDocsLinksActionBase#getIconFileName()public String getDisplayName()
Action.getDisplayName()public ArtifactsDocLinksDocument getDynamic(String token, org.kohsuke.stapler.StaplerRequest req)
ArtifactsDocLinksDocument specified by the URL.
Delegates to the last ArtifactsDocLinksAction.token - req - Copyright © 2004-2016. All Rights Reserved.