Class FlowIssueAdditionalProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class FlowIssueAdditionalProperties extends ParasoftIssueAdditionalProperties
See Also:
  • Field Details

  • Constructor Details

    • FlowIssueAdditionalProperties

      public FlowIssueAdditionalProperties()
    • FlowIssueAdditionalProperties

      public FlowIssueAdditionalProperties(String author, String revision, String analyzer)
  • Method Details

    • 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)