hudson.plugins.dependencyanalyzer
Class DependencyAnalyzerPublisherAction

java.lang.Object
  extended by hudson.plugins.dependencyanalyzer.DependencyAnalyzerPublisherAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class DependencyAnalyzerPublisherAction
extends Object
implements hudson.model.Action

Recorder to read the module log file and store dependency aalyze result.

Author:
Vincent Sellier

Constructor Summary
DependencyAnalyzerPublisherAction()
          Default construtor.
DependencyAnalyzerPublisherAction(hudson.model.AbstractBuild<?,?> build, BuildResult buildResult)
          Constructor the build and its dependency analyze result.
 
Method Summary
 hudson.model.AbstractBuild<?,?> getBuild()
           
 DisplayBuildResult getBuildResult()
          Get results to display.
 String getDisplayName()
          
 String getIconFileName()
          
 String getUrlName()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyAnalyzerPublisherAction

public DependencyAnalyzerPublisherAction()
Default construtor.


DependencyAnalyzerPublisherAction

public DependencyAnalyzerPublisherAction(hudson.model.AbstractBuild<?,?> build,
                                         BuildResult buildResult)
Constructor the build and its dependency analyze result.

Parameters:
build - Target build.
buildResult - Dependency analyze result for the build.
Method Detail

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()
Returns:
the build.

getBuildResult

public DisplayBuildResult getBuildResult()
Get results to display. If not already build, the serialized file is read.

Returns:
Dependency analyze result for the build.

getDisplayName

public String getDisplayName()

Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public String getIconFileName()

Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()

Specified by:
getUrlName in interface hudson.model.Action


Copyright © 2004-2014. All Rights Reserved.