|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildHistory | |
|---|---|
| hudson.plugins.analysis.core | |
| hudson.plugins.analysis.graph | |
| Uses of BuildHistory in hudson.plugins.analysis.core |
|---|
| Subclasses of BuildHistory in hudson.plugins.analysis.core | |
|---|---|
class |
NullBuildHistory
Empty build history. |
| Methods in hudson.plugins.analysis.core that return BuildHistory | |
|---|---|
protected BuildHistory |
AbstractProjectAction.createBuildHistory()
Creates the build history. |
protected BuildHistory |
BuildResult.createHistory(hudson.model.AbstractBuild<?,?> build)
Creates a new history based on the specified build. |
BuildHistory |
BuildResult.getHistory()
Returns the build history. |
| Constructors in hudson.plugins.analysis.core with parameters of type BuildHistory | |
|---|---|
BuildResult(hudson.model.AbstractBuild<?,?> build,
BuildHistory history,
ParserResult result,
String defaultEncoding)
Creates a new instance of BuildResult. |
|
BuildResult(hudson.model.AbstractBuild<?,?> build,
String defaultEncoding,
ParserResult result,
BuildHistory history)
Deprecated. use BuildResult.BuildResult(AbstractBuild, BuildHistory, ParserResult, String)
The new constructor will not save the annotations anymore.
you need to save them manually |
|
| Uses of BuildHistory in hudson.plugins.analysis.graph |
|---|
| Constructors in hudson.plugins.analysis.graph with parameters of type BuildHistory | |
|---|---|
DefaultGraphConfigurationView(GraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String pluginName,
BuildHistory buildHistory)
Creates a new instance of DefaultGraphConfigurationView. |
|
DefaultGraphConfigurationView(GraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String pluginName,
BuildHistory buildHistory,
String url)
Creates a new instance of DefaultGraphConfigurationView. |
|
GraphConfigurationView(GraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String key,
BuildHistory buildHistory)
Creates a new instance of GraphConfigurationView. |
|
UserGraphConfigurationView(GraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String projectActionUrl,
javax.servlet.http.Cookie[] cookies,
BuildHistory buildHistory)
Creates a new instance of UserGraphConfigurationView. |
|
UserGraphConfigurationView(GraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String projectActionUrl,
String globalFileName,
javax.servlet.http.Cookie[] cookies,
BuildHistory buildHistory)
Creates a new instance of UserGraphConfigurationView. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||