Uses of Class
org.sonar.wsclient.issue.NewIssue

Packages that use NewIssue
org.sonar.wsclient.issue   
org.sonar.wsclient.issue.internal   
 

Uses of NewIssue in org.sonar.wsclient.issue
 

Methods in org.sonar.wsclient.issue that return NewIssue
 NewIssue NewIssue.attribute(String key, String value)
           
 NewIssue NewIssue.component(String s)
           
static NewIssue NewIssue.create()
           
 NewIssue NewIssue.effortToFix(Double d)
           
 NewIssue NewIssue.line(Integer i)
          Optional line, starting from 1.
 NewIssue NewIssue.message(String s)
           
 NewIssue NewIssue.rule(String s)
          Rule key prefixed by the repository, for example "checkstyle:AvoidCycle".
 NewIssue NewIssue.severity(String s)
          Optionally set the severity, in INFO, MINOR, MAJOR, CRITICAL or BLOCKER.
 

Methods in org.sonar.wsclient.issue with parameters of type NewIssue
 Issue IssueClient.create(NewIssue issue)
           
 

Uses of NewIssue in org.sonar.wsclient.issue.internal
 

Methods in org.sonar.wsclient.issue.internal with parameters of type NewIssue
 Issue DefaultIssueClient.create(NewIssue newIssue)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.