Class CodeSonarBuildAction

  • All Implemented Interfaces:
    hudson.model.Action, hudson.model.ModelObject

    public class CodeSonarBuildAction
    extends Object
    implements hudson.model.Action
    Author:
    andrius
    • Constructor Detail

      • CodeSonarBuildAction

        public CodeSonarBuildAction​(CodeSonarBuildActionDTO buildActionDTO,
                                    hudson.model.Run<?,​?> run,
                                    String projectName)
    • Method Detail

      • getProjectName

        public String getProjectName()
      • getAnalysisUrl

        public String getAnalysisUrl()
      • 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()
        Get hub analysis URL for build summary page.
        Specified by:
        getUrlName in interface hudson.model.Action
      • getConditionNamesAndResults

        public List<org.javatuples.Pair<String,​String>> 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