Class FlowIssueAdditionalProperties

    • Constructor Detail

      • FlowIssueAdditionalProperties

        public FlowIssueAdditionalProperties()
      • FlowIssueAdditionalProperties

        public FlowIssueAdditionalProperties​(String author,
                                             String revision,
                                             String analyzer)
    • Method Detail

      • getChildren

        public List<edu.hm.hafner.analysis.Issue> getChildren()
      • getDescription

        public String getDescription()
      • getCause

        public String getCause()
      • getPoint

        public String getPoint()
      • setParentKey

        public void setParentKey​(String parentKey)
      • setChildren

        public void setChildren​(List<edu.hm.hafner.analysis.Issue> children)
      • setDescription

        public void setDescription​(String description)
      • setCause

        public void setCause​(String cause)
      • setPoint

        public void setPoint​(String point)
      • getCallHierarchy

        public String getCallHierarchy​(io.jenkins.plugins.analysis.core.model.FileNameRenderer fileNameRenderer)