public class ScriptContentBuildWrapper extends Object
Constructor and Description |
---|
ScriptContentBuildWrapper(hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
hudson.model.Action |
getAction(String className) |
hudson.model.Action |
getCoberturaAction() |
List<hudson.tasks.junit.TestResult> |
getJUnitTestResult() |
List<hudson.model.Action> |
getStaticAnalysisActions()
Returns all build actions that derive from
AbstractResultAction . |
String |
getTimestampString() |
static boolean |
isPluginInstalled(String shortName)
Returns whether the specified plug-in is installed.
|
public ScriptContentBuildWrapper(hudson.model.AbstractBuild<?,?> build)
public String getTimestampString()
public hudson.model.Action getAction(String className)
public List<hudson.model.Action> getStaticAnalysisActions()
AbstractResultAction
. Every action represents a single
analysis result.public static boolean isPluginInstalled(String shortName)
shortName
- the plug-in to checktrue
if the specified plug-in is installed,
false
if not.public hudson.model.Action getCoberturaAction()
public List<hudson.tasks.junit.TestResult> getJUnitTestResult()
Copyright © 2004-2014. All Rights Reserved.