org.sonar.wsclient.issue
Class NewActionPlan

java.lang.Object
  extended by org.sonar.wsclient.issue.NewActionPlan

public class NewActionPlan
extends Object

Since:
3.6

Method Summary
static NewActionPlan create()
           
 NewActionPlan deadLine(Date deadLine)
           
 NewActionPlan description(String s)
           
 NewActionPlan name(String s)
           
 NewActionPlan project(String s)
           
 Map<String,Object> urlParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static NewActionPlan create()

urlParams

public Map<String,Object> urlParams()

name

public NewActionPlan name(String s)

project

public NewActionPlan project(String s)

description

public NewActionPlan description(String s)

deadLine

public NewActionPlan deadLine(Date deadLine)


Copyright © 2009-2014 SonarSource. All Rights Reserved.