org.sonar.api.issue.action
Class Actions

java.lang.Object
  extended by org.sonar.api.issue.action.Actions
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

@Beta
public class Actions
extends Object
implements ServerExtension

Since:
3.6

Constructor Summary
Actions()
           
 
Method Summary
 Action add(String actionKey)
           
 List<Action> list()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Actions

public Actions()
Method Detail

add

public Action add(String actionKey)

list

public List<Action> list()


Copyright © 2009-2014 SonarSource. All Rights Reserved.