public class JDependBuildAction extends Object implements RunAction2
| Constructor and Description |
|---|
JDependBuildAction(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.
|
Run<?,?> |
getOwner() |
String |
getUrlName()
Returns the path to the JDepend page
|
void |
onAttached(Run<?,?> r) |
void |
onLoad(Run<?,?> r) |
public JDependBuildAction(JDependParser jDependParser)
@Deprecated public JDependBuildAction(@CheckForNull AbstractBuild<?,?> build, JDependParser jDependParser)
JDependBuildAction(JDependParser)public String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectAction.getDisplayName()public String getIconFileName()
getIconFileName in interface ActionAction.getIconFileName()public String getUrlName()
getUrlName in interface ActionAction.getUrlName()public String getJDependHtml()
<html><body> tags
and such cruft removed.@Deprecated @CheckForNull public JDependParser getJDependParser()
nullpublic void onAttached(Run<?,?> r)
onAttached in interface RunAction2public void onLoad(Run<?,?> r)
onLoad in interface RunAction2@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public Run<?,?> getOwner()
Copyright © 2009–2022. All rights reserved.