public abstract class ArtifactsDocsLinksActionBase extends Object implements hudson.model.Action
ArtifactDocsLinksAction and ArtifactDocLinksProjectAction.| Modifier and Type | Field and Description |
|---|---|
static String |
URLNAME
URL for this action.
|
| Constructor and Description |
|---|
ArtifactsDocsLinksActionBase() |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AbstractBuild<?,?> |
getBuild(org.kohsuke.stapler.StaplerRequest req)
Returns the build that have artifacts this action handles.
|
String |
getIconFileName()
Returns the name of an icon used in the side menu.
|
hudson.model.AbstractBuild<?,?> |
getLastDocumentedBuild(hudson.model.AbstractProject<?,?> project)
Returns the last build with artifact documents in a project.
|
Object |
getOwner(org.kohsuke.stapler.StaplerRequest req)
Returns the container of this action.
|
hudson.model.AbstractProject<?,?> |
getProject(org.kohsuke.stapler.StaplerRequest req) |
String |
getUrlName()
Returns an URL to access this action.
|
public static final String URLNAME
public Object getOwner(org.kohsuke.stapler.StaplerRequest req)
req - StaplerRequest used for access this action.AbstractProject or AbstractBuild.public hudson.model.AbstractProject<?,?> getProject(org.kohsuke.stapler.StaplerRequest req)
req - public hudson.model.AbstractBuild<?,?> getBuild(org.kohsuke.stapler.StaplerRequest req)
req - public hudson.model.AbstractBuild<?,?> getLastDocumentedBuild(hudson.model.AbstractProject<?,?> project)
project - public String getIconFileName()
getIconFileName in interface hudson.model.ActionAction.getIconFileName()public String getUrlName()
getUrlName in interface hudson.model.ActionAction.getUrlName()Copyright © 2004-2016. All Rights Reserved.