Class DefaultIssueFlow

  • All Implemented Interfaces:
    org.sonar.api.batch.sensor.issue.Issue.Flow

    public class DefaultIssueFlow
    extends java.lang.Object
    implements org.sonar.api.batch.sensor.issue.Issue.Flow
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultIssueFlow​(java.util.List<org.sonar.api.batch.sensor.issue.IssueLocation> locations, org.sonar.api.batch.sensor.issue.NewIssue.FlowType type, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      java.util.List<org.sonar.api.batch.sensor.issue.IssueLocation> locations()  
      org.sonar.api.batch.sensor.issue.NewIssue.FlowType type()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultIssueFlow

        public DefaultIssueFlow​(java.util.List<org.sonar.api.batch.sensor.issue.IssueLocation> locations,
                                org.sonar.api.batch.sensor.issue.NewIssue.FlowType type,
                                @Nullable
                                java.lang.String description)
    • Method Detail

      • locations

        public java.util.List<org.sonar.api.batch.sensor.issue.IssueLocation> locations()
        Specified by:
        locations in interface org.sonar.api.batch.sensor.issue.Issue.Flow
      • type

        public org.sonar.api.batch.sensor.issue.NewIssue.FlowType type()
        Specified by:
        type in interface org.sonar.api.batch.sensor.issue.Issue.Flow
      • description

        @CheckForNull
        public java.lang.String description()
        Specified by:
        description in interface org.sonar.api.batch.sensor.issue.Issue.Flow