public class JDependBuildAction extends Object implements jenkins.model.RunAction2
| Constructor and Description |
|---|
JDependBuildAction(hudson.model.AbstractBuild<?,?> build,
JDependParser jDependParser)
Deprecated.
|
JDependBuildAction(JDependParser jDependParser) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Return the JDepend display name
|
String |
getIconFileName()
Return the JDepend icon path
|
String |
getJDependHtml()
Get the HTML string of the JDepend report.
|
JDependParser |
getJDependParser()
Deprecated.
|
hudson.model.Run<?,?> |
getOwner() |
String |
getUrlName()
Returns the path to the JDepend page
|
void |
onAttached(hudson.model.Run<?,?> r) |
void |
onLoad(hudson.model.Run<?,?> r) |
public JDependBuildAction(JDependParser jDependParser)
@Deprecated public JDependBuildAction(@CheckForNull hudson.model.AbstractBuild<?,?> build, JDependParser jDependParser)
JDependBuildAction(JDependParser)public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectAction.getDisplayName()public String getIconFileName()
getIconFileName in interface hudson.model.ActionAction.getIconFileName()public String getUrlName()
getUrlName in interface hudson.model.ActionAction.getUrlName()public String getJDependHtml()
<html><body> tags
and such cruft removed.@Deprecated @CheckForNull public JDependParser getJDependParser()
nullpublic void onAttached(hudson.model.Run<?,?> r)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.model.Run<?,?> getOwner()
Copyright © 2009–2018. All rights reserved.