org.whitesource.jenkins
Class PolicyCheckReportAction

java.lang.Object
  extended by org.whitesource.jenkins.PolicyCheckReportAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction

public class PolicyCheckReportAction
extends Object
implements hudson.model.ProminentProjectAction

Author:
Edo.Shor

Field Summary
static String DISPLAY_NAME
           
static String ICON_PATH
           
 
Constructor Summary
PolicyCheckReportAction(hudson.model.AbstractBuild<?,?> build)
          Constrcutor
 
Method Summary
 void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Serves HTML reports.
 File getBuildArchiveDir(hudson.model.Run run)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ICON_PATH

public static final String ICON_PATH
See Also:
Constant Field Values

DISPLAY_NAME

public static final String DISPLAY_NAME
See Also:
Constant Field Values
Constructor Detail

PolicyCheckReportAction

public PolicyCheckReportAction(hudson.model.AbstractBuild<?,?> build)
Constrcutor

Parameters:
build -
Method Detail

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getBuildArchiveDir

public File getBuildArchiveDir(hudson.model.Run run)

doDynamic

public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
                      org.kohsuke.stapler.StaplerResponse rsp)
               throws IOException,
                      javax.servlet.ServletException
Serves HTML reports.

Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2013 White Source. All Rights Reserved.