org.sonar.wsclient.issue
Class UpdateActionPlan

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

public class UpdateActionPlan
extends Object

Since:
3.6

Method Summary
static UpdateActionPlan create()
           
 UpdateActionPlan deadLine(Date deadLine)
           
 UpdateActionPlan description(String s)
           
 UpdateActionPlan key(String s)
           
 UpdateActionPlan name(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 UpdateActionPlan create()

urlParams

public Map<String,Object> urlParams()

key

public UpdateActionPlan key(String s)

name

public UpdateActionPlan name(String s)

description

public UpdateActionPlan description(String s)

deadLine

public UpdateActionPlan deadLine(Date deadLine)


Copyright © 2009-2013 SonarSource. All Rights Reserved.