Package org.jenkinsci.plugins.codesonar
Class CodeSonarBuildAction
java.lang.Object
org.jenkinsci.plugins.codesonar.CodeSonarBuildAction
- All Implemented Interfaces:
Action
,ModelObject
- Author:
- andrius
-
Constructor Summary
ConstructorsConstructorDescriptionCodeSonarBuildAction
(CodeSonarBuildActionDTO buildActionDTO, Run<?, ?> run, String projectName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doReportGraphs
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Get results of conditions to display on build summary page.Get hub analysis URL for build summary page.
-
Constructor Details
-
CodeSonarBuildAction
public CodeSonarBuildAction(CodeSonarBuildActionDTO buildActionDTO, Run<?, ?> run, String projectName)
-
-
Method Details
-
getProjectName
-
getAnalysisUrl
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
Get hub analysis URL for build summary page.- Specified by:
getUrlName
in interfaceAction
-
getBuildActionDTO
-
getConditionNamesAndResults
Get results of conditions to display on build summary page. -
doReportGraphs
public void doReportGraphs(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException - Throws:
IOException
-
getPreviousAction
-