public class StaticAnalysisUtilities extends Object
ClassNotFoundException
if
the analysis-core plug-in is not installed.Constructor and Description |
---|
StaticAnalysisUtilities() |
Modifier and Type | Method and Description |
---|---|
List<hudson.model.Action> |
getActions(hudson.model.AbstractBuild<?,?> build)
Returns all build actions that derive from
AbstractResultAction . |
public List<hudson.model.Action> getActions(hudson.model.AbstractBuild<?,?> build)
AbstractResultAction
.
Every action represents a single analysis result.build
- the build to get the actions forCopyright © 2004-2014. All Rights Reserved.